Finished off hooke.hooke and fleshed out hooke.ui.
[hooke.git] / hooke / ui / commandline.py
1 from ..ui import UserInterface
2
3 class CommandLine (UserInterface):
4     """Command line interface.  Simple and powerful.
5     """
6     def __init__(self):
7         super(CommandLine, self).__init__(name='command line')