02e137e933
Signed-off-by: Morten Linderud <morten@linderud.pw>
9 lines
144 B
Python
Executable File
9 lines
144 B
Python
Executable File
#!/usr/bin/env python3
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
from libkeyringctl.cli import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|