1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 01:37:20 +00:00
borg/attic/__init__.py
2013-08-05 23:05:15 +02:00

5 lines
120 B
Python

# This is a python package
from ._version import get_versions
__version__ = get_versions()['version']
del get_versions