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