mirror of
https://github.com/duckduckdoof/miniopolis.git
synced 2025-03-15 00:51:20 +00:00
16 lines
360 B
Python
16 lines
360 B
Python
|
"""
|
||
|
template.py
|
||
|
|
||
|
author: Caleb Scott
|
||
|
|
||
|
Template file for arcade program.
|
||
|
"""
|
||
|
|
||
|
# IMPORTS -----------------------------------------------------------
|
||
|
|
||
|
# CONSTANTS ---------------------------------------------------------
|
||
|
|
||
|
# CLASSES -----------------------------------------------------------
|
||
|
|
||
|
# MAIN --------------------------------------------------------------
|