Skip to content

Commit 05c35fd

Browse files
authored
Create proper __init__.py to make lib a module
lib is not a package but is used as such with absolute imports. The proper way is to make this a bona fide package with an __init__.py
1 parent f4e24bc commit 05c35fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)