Skip to content

Commit bf805aa

Browse files
authored
chore: export the imported main from __init__.py (#261)
1 parent a8db5b5 commit bf805aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adbe/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
from .main import main
2+
3+
__all__ = ["main"]

0 commit comments

Comments
 (0)