Initial commit
This commit is contained in:
5
server/main.py
Normal file
5
server/main.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from app.server import run
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
run()
|
||||
Reference in New Issue
Block a user