mirror of
https://github.com/wassname/cachier.git
synced 2026-09-21 12:50:45 +08:00
5 lines
118 B
Python
5 lines
118 B
Python
from .core import cachier
|
|
from ._version import get_versions
|
|
__version__ = get_versions()['version']
|
|
del get_versions
|