#!@@HOMEBREW_CELLAR@@/alot/0.12/libexec/bin/python
import sys
from twisted.conch.scripts.ckeygen import run
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(run())
