mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27: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"
|