From 16ac188eb434d2ab032f1fe92c691691ea366960 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 10 Mar 2026 01:31:58 +0000 Subject: [PATCH] add shebang + docstring --- tools/rewriter.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/rewriter.py b/tools/rewriter.py index 1efd3aa..e72631f 100644 --- a/tools/rewriter.py +++ b/tools/rewriter.py @@ -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 logging from pathlib import Path