Rename brewpi_win.py to main_window.py

Pure rename of the pyuic5-generated UI module plus its one import
site in brewpi_gui.py; regenerated from brewpi.ui, no content changes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-18 21:28:22 +02:00
co-authored by Claude Sonnet 4.6
parent 88357b31f6
commit 44372364c4
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
from brewpi_win import Ui_MainWindow
from main_window import Ui_MainWindow
from PyQt5 import QtWidgets, QtGui
import sys
from ws.client.ws_client import WsClient