2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-01 21:40:32 +00:00
Comrad/komrade/backend/__init__.py
quadrismegistus 8f63b9aeed updates
2020-09-09 11:41:48 +01:00

22 lines
336 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 *
## define default entities
OPERATOR = None
TELEPHONE = None