You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Comrad/comrad/backend/__init__.py

23 lines
360 B
Python

from .crypt import *
from .ether import *
from .mazes import *
from .keymaker import *
from .operators import *
from .the_operator import *
from .switchboard import *
from .the_telephone import *
from .callers import *
from .phonelines import *
from .messages import *
from .comrades import *
## define default entities
OPERATOR = None
TELEPHONE = None