Skip to content

Commit dc11d1e

Browse files
Update README.md
1 parent d0a6119 commit dc11d1e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ practice <https://pyliaorachel.github.io/blog/tech/python/2017/09/15/pythons-imp
55

66
# to know the Project Structure
77

8+
$cd <pkg>
9+
$ls
10+
11+
__init__.py qsModule.py qsModule.pyc to_import_a_module.py
12+
13+
14+
QsPKG(as a root folder or PKG) ---- __init__.py
15+
---- qsModuel.py (inclue a method)
16+
---- to_import_a_module.py(to import other method from subling module)
17+
818
# to have the import (explicit or relative)
919

1020
# to do Unit Test in Terminal

0 commit comments

Comments
 (0)