Skip to content

Commit 2de59af

Browse files
committed
Added comment to explain the usage of __init__.py
1 parent 419a18f commit 2de59af

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

funcs/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# placeholder file to modularize (to package) .py files under the directory "funcs", making the files importable.

tests/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# placeholder file to modularize (to package) .py files under the directory "tests", making the files importable.

0 commit comments

Comments
 (0)