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