Add type hint for cars

This commit is contained in:
noelle 2025-06-01 22:21:45 -04:00
parent 681fa6514c
commit 2ba6a9c0ca
Signed by: noelle
SSH Key Fingerprint: SHA256:30qkkOn+Czx9ud36Ekl0NB/y+W4c25oREt+qmasrU9w

View File

@ -51,7 +51,7 @@ max_cars = 10 ## most cars to include in one train.
print_train = False ## print train to file (instead of the screen scroll)
train = [""]*max_y ## empty train of correct height.
cars = []
cars: list[list[str]] = []
engine = [
r" ____ ",