From 2c96397c95c359b6033b8d1106d067f049a54152 Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 12 Jan 2017 22:56:54 +0100 Subject: first commit - first API draft --- gamelocker/__init__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gamelocker/__init__.py (limited to 'gamelocker/__init__.py') 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 * -- cgit v1.3.1