Files
mixly3-server/mixly/common/templates/python/mkfile.py
2026-01-24 16:12:04 +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()