mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-09 13:38:51 +00:00
6 lines
83 B
Python
6 lines
83 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
import mock
|
||
|
|
||
|
service = mock.SecretService()
|
||
|
service.listen()
|