summaryrefslogtreecommitdiff
path: root/gamelocker/__init__.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-01-12 22:56:54 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-01-12 22:56:54 +0100
commit2c96397c95c359b6033b8d1106d067f049a54152 (patch)
treebe7595b6af77f8101df386b3147672092c1072d1 /gamelocker/__init__.py
downloadpython-gamelocker-2c96397c95c359b6033b8d1106d067f049a54152.tar.gz
python-gamelocker-2c96397c95c359b6033b8d1106d067f049a54152.zip
first commit - first API draft
Diffstat (limited to 'gamelocker/__init__.py')
-rw-r--r--gamelocker/__init__.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/gamelocker/__init__.py b/gamelocker/__init__.py
new file mode 100644
index 0000000..c6798dd
--- /dev/null
+++ b/gamelocker/__init__.py
@@ -0,0 +1,10 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+"""
+Gamelocker API library
+
+Dead-simple Python wrapper for the Gamelocker API.
+"""
+
+from .api import *