authentic/authentic2/__init__.py

7 lines
138 B
Python

import sys
import os
sys.path.append(os.path.join(os.path.dirname(__file__), 'vendor'))
# The version of Authentic
__version__ = "2.1.1"