From 2c79e62765043bcc79b3c65b6ee2dda523c18ae7 Mon Sep 17 00:00:00 2001 From: Timmy Welch Date: Sat, 18 Nov 2023 12:43:53 -0800 Subject: [PATCH] Fix exported names --- settngs/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settngs/__init__.py b/settngs/__init__.py index fc81ec0..e90daaf 100644 --- a/settngs/__init__.py +++ b/settngs/__init__.py @@ -826,11 +826,12 @@ class Manager: __all__ = [ 'Setting', + 'TypedNS', 'Group', 'Values', 'Definitions', 'Config', - 'generate_settings', + 'generate_ns', 'sanitize_name', 'get_option', 'get_options',