docker-artifact/repobot/__init__.py

5 lines
107 B
Python
Raw Normal View History

2020-10-26 21:19:24 -07:00
import os
2019-05-05 00:56:33 -07:00
__version__ = "0.3.2"
2020-10-26 21:19:24 -07:00
APPROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), "../"))