Skip to content

Commit 79da4ca

Browse files
committed
Added set_default_theme() to __init__.py exports.
1 parent 1a404ff commit 79da4ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cmd2/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
)
5959
from .parsing import Statement
6060
from .py_bridge import CommandResult
61+
from .rich_utils import set_default_theme
6162
from .utils import (
6263
CompletionMode,
6364
CustomCompletionSettings,
@@ -102,9 +103,11 @@
102103
'CompletionError',
103104
'PassThroughException',
104105
'SkipPostcommandHooks',
105-
# modules
106+
# Modules
106107
'plugin',
107108
'rich_utils',
109+
# Rich Utils Exports
110+
'set_default_theme',
108111
# Utilities
109112
'categorize',
110113
'CompletionMode',

0 commit comments

Comments
 (0)