4 lines
80 B
Python
4 lines
80 B
Python
import server.app
|
|
|
|
if __name__ == "__main__":
|
|
server.app.app.run(debug=True) |