mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 22:36:31 +01:00
4 lines
130 B
Python
4 lines
130 B
Python
from pool import deferToAMPProcess, pp
|
|
from commands import Shutdown, Ping, Echo
|
|
from child import AMPChild
|
|
__version__ = "0.2.1"
|