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