summaryrefslogtreecommitdiff
path: root/gamelocker/__init__.py
blob: c6798dd2b7d3e7c6f06dba015544507c8ad8dde9 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/python
# -*- coding: utf-8 -*-

"""
Gamelocker API library

Dead-simple Python wrapper for the Gamelocker API.
"""

from .api import *