1
0

__init__.py 62 B

12
  1. VERSION = (6, 7, 2)
  2. __version__ = ".".join(map(str, VERSION))