Skip to content

Commit 80eb6c8

Browse files
dotsimulatedotsimulate
andauthored
fix: add __init__.py to make utils module importable (#141)
Co-authored-by: dotsimulate <[email protected]>
1 parent a094da9 commit 80eb6c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)