initial commit backend

This commit is contained in:
daniel
2019-06-17 18:17:59 +02:00
commit ccc9c44ebd
13 changed files with 468 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
class CommandException(Exception):
def __init__(self, *args):
super().__init__(*args)