diff options
Diffstat (limited to 'gamelocker/__init__.py')
| -rw-r--r-- | gamelocker/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gamelocker/__init__.py b/gamelocker/__init__.py index c6798dd..acd0bd8 100644 --- a/gamelocker/__init__.py +++ b/gamelocker/__init__.py @@ -8,3 +8,4 @@ Dead-simple Python wrapper for the Gamelocker API. """ from .api import * +from .janus import * |
