Initial commit

This commit is contained in:
2021-04-16 19:53:02 +02:00
commit e7041b2ccd
13 changed files with 194 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env python3
from .require_decorators import json_required
from .error_handlers import register_all_error_handlers