e1554cdf9636c6c1ae5a9413d0b411ac137af03c
[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')