diff options
Diffstat (limited to 'gamelocker/__init__.py')
| -rw-r--r-- | gamelocker/__init__.py | 10 |
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 * |
