Skip to content

Commit 93b0701

Browse files
committed
Fix init to be able to import for tests
1 parent ea799f6 commit 93b0701

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python_boilerplate/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from .main import add
1+
from .main import ADD, divide, greet, returns_none
22

3-
__all__ = ["add"]
3+
__all__ = ["ADD", "divide", "greet", "returns_none"]

0 commit comments

Comments
 (0)