# Define a repository with a unique IDrepo(id="my-service-repo")# Define a repository for local developmentrepo(id="localhost")# Define a repository for a specific environmentrepo(id="prod-services")
def repo(id): """ Declares a repository config. Args: id: The ID of the repository. This is used to reference the repository within Ocuroot state and from other repositories. It should be unique within your organization. """ pass