Archived
添加__init__.py
This commit is contained in:
1 file changed
+8
-1
+8
-1
@@ -3,4 +3,11 @@
|
|||||||
# @Author: markushammered@gmail.com
|
# @Author: markushammered@gmail.com
|
||||||
# @Development Tool: PyCharm
|
# @Development Tool: PyCharm
|
||||||
# @Create Time: 2022/2/17
|
# @Create Time: 2022/2/17
|
||||||
# @File Name: __init__.py
|
# @File Name: __init__.py
|
||||||
|
|
||||||
|
|
||||||
|
import os
|
||||||
|
|
||||||
|
if not os.path.exists('./bin/log'):
|
||||||
|
os.mkdir('./bin/log')
|
||||||
|
|
||||||
Reference in New Issue
Block a user