mirror of
https://code.lenaisten.de/Lenaisten/lenaverse-bot.git
synced 2024-11-22 23:13:01 +00:00
4 lines
71 B
Python
4 lines
71 B
Python
|
from . import post, verein
|
||
|
|
||
|
COMMANDS = post.COMMANDS + verein.COMMANDS
|