Fix exported names
This commit is contained in:
parent
27ca830b60
commit
2c79e62765
@ -826,11 +826,12 @@ class Manager:
|
|||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
'Setting',
|
'Setting',
|
||||||
|
'TypedNS',
|
||||||
'Group',
|
'Group',
|
||||||
'Values',
|
'Values',
|
||||||
'Definitions',
|
'Definitions',
|
||||||
'Config',
|
'Config',
|
||||||
'generate_settings',
|
'generate_ns',
|
||||||
'sanitize_name',
|
'sanitize_name',
|
||||||
'get_option',
|
'get_option',
|
||||||
'get_options',
|
'get_options',
|
||||||
|
Loading…
Reference in New Issue
Block a user