pyztk/zk/__init__.py
2018-10-30 08:40:14 +07:00

6 lines
80 B
Python

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