nxy/bot/__init__.py

5 lines
106 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
import os
REPO_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))