jarvis-server-v2/start.py
2022-11-29 21:40:20 +01:00

5 lines
62 B
Python

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