1 2 3 4 5 6 7 8 9
""" pgcli package main entry point """ from .main import cli if __name__ == "__main__": cli()