Skip to content

Commit 7755ea3

Browse files
add __init__
1 parent 5171757 commit 7755ea3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

logbar/__init__.py

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

0 commit comments

Comments
 (0)