From c4d75280473950e4fab15874b2311f529eed67c2 Mon Sep 17 00:00:00 2001 From: nic Date: Wed, 6 Nov 2024 14:13:17 -0500 Subject: Auto from nzxt - Wed 06 Nov 2024 02:13:17 PM EST --- Technology/Python.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Technology/Python.md') 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 + + + -- cgit v1.2.3