fmartingr
/
jeeves
Archived
1
0
Fork 0
This repository has been archived on 2021-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
jeeves/jeeves/server/__main__.py

6 lines
87 B
Python

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