This repository has been archived on 2025-12-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

13 lines
231 B
Python
Raw Permalink Normal View History

2021-12-15 21:21:39 +08:00
#!/usr/bin/env python3
# -- coding:utf-8 --
# @Author: markushammered@gmail.com
# @Development Tool: PyCharm
# @Create Time: 2021/12/15
2021-12-15 21:26:36 +08:00
# @File Name: __init__.py
2021-12-15 21:59:00 +08:00
import os
2021-12-15 21:26:36 +08:00
2021-12-15 21:59:00 +08:00
if not os.path.exists('./logs'):
os.mkdir('./logs')