pyztk/zk/__init__.py
Arturo Hernandez 402ba438d1 Added support for python3 (WIP)
possible broken a lot of things

still needs more safeguards
2018-04-27 20:00:13 -04:00

7 lines
81 B
Python

# -*- coding: utf-8 -*-
from .base import ZK
VERSION = (0, 9)
__all__ = ['ZK']