mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-03-12 12:25:32 +08:00
5 lines
79 B
Python
5 lines
79 B
Python
from visualizer import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run(debug=True)
|