Files
2023-07-25 13:56:36 -07:00

4 lines
70 B
Python

from api import api
if __name__ == '__main__':
api.run(debug=False)