5 lines
71 B
Python
5 lines
71 B
Python
if __name__ == '__main__':
|
|
from keyring import cli
|
|
|
|
cli.main()
|