refactor(kiauh): remove legacy scripts, configurations, and assets af… (#729)

refactor(kiauh): remove legacy scripts, configurations, and assets after migration to Python-based KIAUH v6
This commit is contained in:
dw-0
2025-10-11 16:38:08 +02:00
committed by GitHub
parent 8851bd68f8
commit 3317114780
59 changed files with 41 additions and 10530 deletions
+4
View File
@@ -27,3 +27,7 @@ def main() -> None:
MainMenu().run()
except KeyboardInterrupt:
Logger.print_ok("\nHappy printing!\n", prefix=False)
if __name__ == "__main__":
main()