This commit is contained in:
2023-03-25 22:26:34 +01:00
commit f6017f751c
28 changed files with 6167 additions and 0 deletions

8
keyringctl Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env python3
#
# SPDX-License-Identifier: GPL-3.0-or-later
from libkeyringctl.cli import main
if __name__ == "__main__":
main()