Skip to content

Commit

Permalink
provide classes from alpa.repository
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen committed May 11, 2023
1 parent f346d07 commit 31afc32
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions alpa/repository/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from alpa.repository.branch import AlpaRepoBranch, LocalRepoBranch
from alpa.repository.subdirectory import AlpaRepoSubdirectory, LocalRepoSubdirectory


__all__ = [
AlpaRepoBranch.__name__,
AlpaRepoSubdirectory.__name__,
LocalRepoBranch.__name__,
LocalRepoSubdirectory.__name__,
]

0 comments on commit 31afc32

Please sign in to comment.