pyztk/zk/__init__.py
2018-03-07 16:26:03 +07:00

7 lines
80 B
Python

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