mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-03 23:15:37 +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)
|