Initial commit
Dieser Commit ist enthalten in:
7
views/dialogs/__init__.py
Normale Datei
7
views/dialogs/__init__.py
Normale Datei
@ -0,0 +1,7 @@
|
||||
"""
|
||||
Dialog-Module für die AccountForger Anwendung.
|
||||
"""
|
||||
|
||||
from .license_activation_dialog import LicenseActivationDialog
|
||||
|
||||
__all__ = ['LicenseActivationDialog']
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren