# -*- coding: utf-8 -*- import os BASE_PATH = os.path.realpath(os.getcwd()) LOG_PATH = os.path.join(BASE_PATH, 'log')