spaceapi-server/spaceapi_server/__main__.py

9 lines
105 B
Python
Raw Permalink Normal View History

2019-11-25 02:48:12 +01:00
#!/usr/bin/python3
# Load and run the server module
from spaceapi_server.server import start
start()