This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Equalmass
/
ArdupilotCustomFirmwareBuilder
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
aa0dd23431
Branches
Tags
main
master
ArdupilotCustom...
/
web
/
ui
/
__init__.py
__init__.py
93 B
History
Raw
1
2
3
4
5
6
"""
UI module for web interface routes.
"""
from .router import router
__all__ = ["router"]