blob: b134ad1a09a86d51ba61cc0981b551faceb54a81 (
plain)
1
2
3
4
5
6
7
8
|
__title__ = 'trakit'
__version__ = '0.2.1'
__short_version__ = '0.2'
__author__ = 'RatoAQ'
__license__ = 'MIT'
__url__ = 'https://github.com/ratoaq2/trakit'
from .api import TrakItApi, trakit
|