add shebang + docstring

This commit is contained in:
onyx-and-iris 2026-03-10 01:31:58 +00:00
parent 737dc75cba
commit 16ac188eb4

View File

@ -1,3 +1,8 @@
#!/usr/bin/env python3
"""Rewrites app.py, builders.py, menu.py, and navigation.py to remove sv_ttk dependencies and apply theme changes for the build process.
Also provides a cleanup function to restore the original files after building.
"""
import argparse import argparse
import logging import logging
from pathlib import Path from pathlib import Path