mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2025-05-18 22:49:28 +00:00
5 lines
107 B
Python
5 lines
107 B
Python
from advlabdb import create_app
|
|
|
|
if __name__ == "__main__":
|
|
app = create_app()
|
|
app.run(debug=True)
|