"""Global variables.""" import os __VERSION__ = "3.7.2" # Directory containing shared data (default templates, custom LaTeX packages, # etc.) __SHAREDIR__ = os.path.abspath( os.path.join(os.path.dirname(__file__), "..", "share") )