Archived
添加__init__.py
This commit is contained in:
1 file changed
+8
-1
@@ -4,3 +4,10 @@
|
|||||||
# @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