mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
4 lines
193 B
Python
4 lines
193 B
Python
# Note: Service support has to be imported first, so that utils.add_cmd() works for corecommands,
|
|
# etc.
|
|
from . import service_support, permissions, control, handlers, corecommands, exttargets
|