pyztk/zk/__init__.py
2018-12-29 08:48:32 +07:00

8 lines
82 B
Python

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