mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02: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"
|