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