mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-02 22:33:05 +00:00
5 lines
77 B
Python
5 lines
77 B
Python
|
from advlabdb import app
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
app.run(debug=True)
|