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