jarvis-server-v2/jarvis/start.py
2022-11-30 14:00:43 +01:00

5 lines
62 B
Python

import api
if __name__ == '__main__':
api.start_server()