pyztk/zk/__init__.py
Fanani M. Ihsan 36fc5525f8 minor fix
2016-06-17 14:18:29 +07:00

7 lines
79 B
Python

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