""" Define all game variables here. """ from . import database database.add_var("cabin_door_open", False) database.add_var("mailbox_open", False)