7 lines
80 B
Python
7 lines
80 B
Python
# -*- coding: utf-8 -*-
|
|
from base import ZK
|
|
|
|
VERSION = (0, 3)
|
|
|
|
__all__ = ['ZK']
|