matrix-ops-bot/ops_bot/__init__.py

8 lines
115 B
Python
Raw Permalink Normal View History

from pathlib import Path
__version__ = "0.1.0"
def get_project_root() -> Path:
return Path(__file__).parent