#!/usr/bin/env python3 """Pipeline Service entry point.""" from pipeline_service.server import main if __name__ == "__main__": main()