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