mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 23:06:31 +01:00
5 lines
93 B
Python
5 lines
93 B
Python
"""
|
|
Reloader module for handling @reload.
|
|
"""
|
|
|
|
from managers import ReloadManager as manager
|