1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-15 18:27:20 +00:00

Make run.py executable

This commit is contained in:
Mo 2022-09-10 18:26:56 +02:00
parent 13012d6a97
commit 3f8a5e0b4f

2
run.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
from advlabdb import create_app
if __name__ == "__main__":