Files
crosspost/main.py

4 lines
80 B
Python

import server.app
if __name__ == "__main__":
server.app.app.run(debug=True)