2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-16 00:12:48 +00:00
Comrad/comrad/backend/__init__.py
2020-09-29 17:25:19 +01:00

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