elon_py/main.py

6 lines
107 B
Python
Raw Normal View History

2025-03-05 10:24:46 +08:00
from pkg.dash.app_init import app
# Run the app
if __name__ == '__main__':
app.run_server(debug=True)