Skip to content

Commit 721a013

Browse files
committed
default exports for apt module
1 parent 3e00c6c commit 721a013

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/gardenlinux/apt/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"""
66

77
from .debsource import Debsrc, DebsrcFile
8+
from .package_repo_info import GardenLinuxRepo
89

9-
__all__ = ["Debsrc", "DebsrcFile"]
10+
__all__ = ["Debsrc", "DebsrcFile", "GardenLinuxRepo"]

0 commit comments

Comments
 (0)