mirror of
https://github.com/swizzin/swizzin_dashboard.git
synced 2024-11-13 02:25:11 +08:00
4 lines
66 B
Python
4 lines
66 B
Python
from swizzin import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run()
|