From a5879dd6505ad9b97ab13da0ec9d311c13f63bd6 Mon Sep 17 00:00:00 2001 From: Mattia Succurro Date: Tue, 27 May 2025 12:24:27 +0200 Subject: [PATCH] comma --- src/suou/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/suou/__init__.py b/src/suou/__init__.py index 1848eef..7a69408 100644 --- a/src/suou/__init__.py +++ b/src/suou/__init__.py @@ -30,6 +30,6 @@ __version__ = "0.2.1" __all__ = ( 'Siq', 'SiqCache', 'SiqType', 'SiqGen', 'StringCase', 'MissingConfigError', 'MissingConfigWarning', 'ConfigOptions', 'ConfigParserConfigSource', 'ConfigSource', 'ConfigValue', 'EnvConfigSource', 'DictConfigSource', - 'deprecated', 'not_implemented', 'Wanted', 'Incomplete', 'jsonencode' + 'deprecated', 'not_implemented', 'Wanted', 'Incomplete', 'jsonencode', 'makelist', 'kwargs_prefix', 'I18n', 'JsonI18n', 'TomlI18n', 'cb32encode', 'cb32decode', 'count_ones', 'mask_shift' )