forgot import

This commit is contained in:
2025-12-31 12:28:17 +13:00
parent 278b7be4cb
commit 2ec99a48d9

View File

@@ -1,5 +1,6 @@
import sys import sys
import os import os
import stat
from pathlib import Path from pathlib import Path
PYTHON_BIN = sys.executable PYTHON_BIN = sys.executable