mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-20 05:34:24 -04:00
4 lines
70 B
Python
4 lines
70 B
Python
from api import api
|
|
|
|
if __name__ == '__main__':
|
|
api.run(debug=False) |