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