diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-14 21:19:48 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-14 21:19:48 +0100 |
| commit | 814c7262ed1c9863ea6106840c217a69182eced3 (patch) | |
| tree | a82a9baf1a34287080808b9404069633040bee06 /gamelocker/__init__.py | |
| parent | e3337188804e1521cc0a9ae72a172a71657c5f45 (diff) | |
| download | python-gamelocker-814c7262ed1c9863ea6106840c217a69182eced3.tar.gz python-gamelocker-814c7262ed1c9863ea6106840c217a69182eced3.zip | |
rewrite API to parse with xamoom-janus
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 * |
