mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +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)
|