mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-05 21:20:51 +00:00
23 lines
358 B
Python
23 lines
358 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 .people import *
|
|
|
|
## define default entities
|
|
OPERATOR = None
|
|
TELEPHONE = None
|