This repository has been archived on 2026-02-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Dateien
AccountForger-v1/views/dialogs/__init__.py
Claude Project Manager 04585e95b6 Initial commit
2025-08-01 23:50:28 +02:00

7 Zeilen
158 B
Python

"""
Dialog-Module für die AccountForger Anwendung.
"""
from .license_activation_dialog import LicenseActivationDialog
__all__ = ['LicenseActivationDialog']