from deploy import DeployerRequest, handle_request import sys handle_request( DeployerRequest( user="drm", repo="deployer", branch="main", ) )