There was an error while loading. Please reload this page.
1 parent ea799f6 commit 93b0701Copy full SHA for 93b0701
1 file changed
python_boilerplate/__init__.py
@@ -1,3 +1,3 @@
1
-from .main import add
+from .main import ADD, divide, greet, returns_none
2
3
-__all__ = ["add"]
+__all__ = ["ADD", "divide", "greet", "returns_none"]
0 commit comments