From 814c7262ed1c9863ea6106840c217a69182eced3 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 14 Jan 2017 21:19:48 +0100 Subject: rewrite API to parse with xamoom-janus --- gamelocker/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gamelocker/__init__.py') 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 * -- cgit v1.3.1