""" Entry point for running the USDA Vision Camera System as a module. """ from .main import main if __name__ == "__main__": main()