summaryrefslogtreecommitdiff
path: root/examples/modular_subcommands.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/modular_subcommands.py')
-rw-r--r--examples/modular_subcommands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/modular_subcommands.py b/examples/modular_subcommands.py
index c1d499f0..d3c16198 100644
--- a/examples/modular_subcommands.py
+++ b/examples/modular_subcommands.py
@@ -11,6 +11,7 @@ The `load` and `unload` command will load and unload the CommandSets. The availa
subcommands to the `cut` command will change depending on which CommandSets are loaded.
"""
import argparse
+
import cmd2
from cmd2 import CommandSet, with_argparser, with_category, with_default_category