6 lines
112 B
Python
6 lines
112 B
Python
#!/usr/bin/env python3
|
|
"""Main asteroid-automator script."""
|
|
|
|
import gameio
|
|
|
|
# TODO: Add the main script itself
|