mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-02 22:33:05 +00:00
Make run.py executable
This commit is contained in:
parent
13012d6a97
commit
3f8a5e0b4f
1 changed files with 2 additions and 0 deletions
2
run.py
Normal file → Executable file
2
run.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from advlabdb import create_app
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in a new issue