mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-05 06:20:10 +01:00
4 lines
70 B
Python
4 lines
70 B
Python
|
from api import api
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
api.run(debug=False)
|