5 |
5 |
6 """ |
6 """ |
7 Module implementing the Python side for calling the password manager. |
7 Module implementing the Python side for calling the password manager. |
8 """ |
8 """ |
9 |
9 |
10 from PyQt6.QtCore import pyqtSlot, QObject, QByteArray |
10 from PyQt6.QtCore import QByteArray, QObject, pyqtSlot |
11 |
11 |
12 |
12 |
13 class PasswordManagerJsObject(QObject): |
13 class PasswordManagerJsObject(QObject): |
14 """ |
14 """ |
15 Class implementing the Python side for calling the password manager. |
15 Class implementing the Python side for calling the password manager. |