We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a6119 commit dc11d1eCopy full SHA for dc11d1e
README.md
@@ -5,6 +5,16 @@ practice <https://pyliaorachel.github.io/blog/tech/python/2017/09/15/pythons-imp
5
6
# to know the Project Structure
7
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
18
# to have the import (explicit or relative)
19
20
# to do Unit Test in Terminal
0 commit comments