We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bdac60 commit 2847ebfCopy full SHA for 2847ebf
__init__.py
@@ -0,0 +1,5 @@
1
+import os
2
+try:
3
+ os.mkdir('logs')
4
+except:
5
+ pass
0 commit comments