blivechat/plugins/native-ui/config.py

6 lines
119 B
Python
Raw Normal View History

2024-03-08 23:24:59 +08:00
# -*- coding: utf-8 -*-
import os
BASE_PATH = os.path.realpath(os.getcwd())
LOG_PATH = os.path.join(BASE_PATH, 'log')