freeriders/run.py

5 lines
80 B
Python
Executable File

from freeriders import app
if __name__ == '__main__':
app.run(debug=False)