""" Allow running genpass as a module: python -m genpass """ from genpass.cli import main if __name__ == "__main__": main()