web dash
This commit is contained in:
11
COBY/web/__init__.py
Normal file
11
COBY/web/__init__.py
Normal file
@ -0,0 +1,11 @@
|
||||
"""
|
||||
Web dashboard for the COBY system.
|
||||
"""
|
||||
|
||||
from .dashboard_server import create_dashboard_app
|
||||
from .static_handler import StaticHandler
|
||||
|
||||
__all__ = [
|
||||
'create_dashboard_app',
|
||||
'StaticHandler'
|
||||
]
|
Reference in New Issue
Block a user