9 lines
105 B
Python
9 lines
105 B
Python
|
#!/usr/bin/python3
|
||
|
|
||
|
# Load and run the server module
|
||
|
|
||
|
from spaceapi_server.server import start
|
||
|
|
||
|
|
||
|
start()
|