Skip to content

Commit e67eb05

Browse files
authored
Create __init__.py in example folder
For my internal CentOS development env, `python -m examples/models/...` does not work with error message that module cannot be found. Adding this empty file fixes the issue.
1 parent 1f4b631 commit e67eb05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)