Files
chrani-bot-tng/bot/modules/__init__.py
2025-11-21 07:26:02 +01:00

12 lines
167 B
Python

__all__ = [
'dom',
'webserver',
'dom_management',
'telnet',
'game_environment',
'players',
'locations',
'permissions',
'storage'
]