A tabbed viewer for Chris Edwards' ASL Vehicle/Gun data cards.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
asl-cards/globals.py

10 lines
204 B

# who we are, and where we live
base_dir = None
app_name = None
# application settings
app_settings = None
debug_settings = None
# AslCard table
card = {} # { nationality: { tag-type: [ AslCard's ] } }