We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d72fb commit 180268fCopy full SHA for 180268f
2 files changed
odinweb/__init__.py
@@ -1,12 +1 @@
1
-"""
2
-Odin Web
3
-~~~~~~~~
4
-
5
-Web APIs utilising Odin for encoding/decoding and validation.
6
7
8
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
9
10
-__authors__ = "Tim Savage"
11
-__author_email__ = "tim@savage.company"
12
-__copyright__ = "Copyright (C) 2016-2017 Tim Savage"
odinweb/api.py
@@ -1,3 +1,14 @@
+"""
+Odin Web
+~~~~~~~~
+
+Web APIs utilising Odin for encoding/decoding and validation.
+__authors__ = "Tim Savage"
+__author_email__ = "tim@savage.company"
+__copyright__ = "Copyright (C) 2016-2017 Tim Savage"
from .constants import * # noqa
13
from .containers import * # noqa
14
from .decorators import * # noqa
0 commit comments