spaceapi-server/spaceapi_server/__main__.py
2019-11-25 02:48:12 +01:00

8 lines
105 B
Python

#!/usr/bin/python3
# Load and run the server module
from spaceapi_server.server import start
start()