mirror of
https://github.com/evennia/evennia.git
synced 2026-04-18 06:09:06 +02:00
6 lines
93 B
Python
6 lines
93 B
Python
|
|
"""
|
||
|
|
Reloader module for handling @reload.
|
||
|
|
"""
|
||
|
|
|
||
|
|
from managers import ReloadManager as manager
|