mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-03-12 05:09:12 +00:00
add shebang + docstring
This commit is contained in:
parent
737dc75cba
commit
16ac188eb4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user