Files
ServerSync/lib/keyring/__main__.py

5 lines
71 B
Python

if __name__ == '__main__':
from keyring import cli
cli.main()