anki/python/mkempty.py

7 lines
188 B
Python

# Copyright: Ankitects Pty Ltd and contributors
# License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
import sys
open(sys.argv[1], "w", encoding="utf8").close()