ckcc-protocol/ckcc/__init__.py
2025-09-29 11:02:23 -04:00

8 lines
170 B
Python

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