master-floor/ressult/gui/__init__.py
2025-11-26 19:31:33 +03:00

9 lines
327 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# gui/__init__.py
"""
Пакет графического интерфейса с авторизацией
"""
from .login_window import LoginWindow
from .main_window import MainWindow
from .partner_form import PartnerForm
from .sales_history import SalesHistoryWindow
from .material_calculator import MaterialCalculatorWindow