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