summaryrefslogtreecommitdiff
path: root/examples/subcommands.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/subcommands.py')
-rwxr-xr-xexamples/subcommands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/subcommands.py b/examples/subcommands.py
index 4f569b1e..dd69d97e 100755
--- a/examples/subcommands.py
+++ b/examples/subcommands.py
@@ -7,6 +7,7 @@ This example shows an easy way for a single command to have many subcommands, ea
and provides separate contextual help.
"""
import argparse
+
import cmd2
sport_item_strs = ['Bat', 'Basket', 'Basketball', 'Football', 'Space Ball']