mirror of
https://github.com/tiennm99/DocsGPT.git
synced 2026-05-20 14:23:22 +00:00
962becb9a5
* validate python formatting on every build with Ruff * fix lint warnings
5 lines
83 B
Python
5 lines
83 B
Python
from app import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run(debug=True, port=5001)
|