diff --git a/content/python/module_getattr.md b/content/python/module_getattr.md index 4e47d7e..836e23a 100644 --- a/content/python/module_getattr.md +++ b/content/python/module_getattr.md @@ -1,5 +1,5 @@ --- -title: Quicker startup with module-level __getattr__ +title: Quicker startup with module-level \_\_getattr\_\_ date: 2024-11-03 tags: - Python