ckcc-protocol/ckcc/__init__.py
2022-01-12 09:50:51 -05:00

8 lines
165 B
Python

# (c) Copyright 2021 by Coinkite Inc. This file is covered by license found in COPYING-CC.
__version__ = '1.2.0'
__all__ = [ "client", "protocol", "constants" ]