mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-02 03:40:17 +00:00
5 lines
83 B
Python
5 lines
83 B
Python
from app import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run(debug=True, port=7091)
|