pyztk/zk/__init__.py
2016-06-24 19:00:55 +07:00

7 lines
80 B
Python

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