2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-10-31 03:20:18 +00:00
Comrad/komrade/backend/__init__.py
quadrismegistus efdd9a5b61 updates
2020-09-06 21:25:18 +01:00

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