Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import server
|
||||
|
||||
application = server.app
|
||||
|
||||
if __name__ == "__main__":
|
||||
application.run()
|
||||
Reference in New Issue
Block a user