7 lines
115 B
Python

from pillar_tool.ptcli.cli.cli_main import main
def tool_main():
main()
if __name__ == "__main__":
main()