mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-01-25 08:20:35 +00:00
5 lines
95 B
Python
5 lines
95 B
Python
from application.app import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run(debug=True, port=7091)
|