summaryrefslogtreecommitdiff
path: root/Technology/Python.md
diff options
context:
space:
mode:
Diffstat (limited to 'Technology/Python.md')
-rw-r--r--Technology/Python.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/Technology/Python.md b/Technology/Python.md
index 2ceeedd..bc08ed2 100644
--- a/Technology/Python.md
+++ b/Technology/Python.md
@@ -58,5 +58,8 @@ from X import x as x
when you run a modules as a script __ name__ becomes __ main__
-__ init__.py - required to tell python dir is a pkg (initialise a pkg)
+__ init__.py - required to tell python dir is a pkg (initialise a pkg) REQUIRED
used to set the __ all__ variable & import submodules
+
+
+