from agame.game import Game, Database from agame.item import Item from agame.room import Room from agame.action import * from agame.trigger import * # This is the *game* here database = Database() # This is the start room start_room = "prelude" from . import rooms from . import vars