1 2 3 4 5
"""Git LFS integration for Briefcase.""" from briefcase.integrations.vcs.gitlfs.client import GitLFSClient __all__ = ["GitLFSClient"]