Files
mixly3/common/templates/python/mkfile.py
2024-07-19 10:16:00 +08:00

10 lines
151 B
Python

try:
import os
except ImportError:
import uos as os
try:
os.stat('{{&path}}')
except OSError:
f = open('{{&path}}', 'w')
f.close()