3 lines
97 B
Python
3 lines
97 B
Python
from . import advent, post, verein
|
|
|
|
COMMANDS = post.COMMANDS + verein.COMMANDS + advent.COMMANDS
|