fuel-dev-tools/fuel_dev_tools/command.py
Przemyslaw Kaminski 080e782b3d DebugMixin added
Change-Id: Ic970a5375fb7462afd5b88d9e369ecf1626df125
2015-05-08 10:47:19 +02:00

7 lines
124 B
Python

from cliff import command
from fuel_dev_tools import debug
class BaseCommand(debug.DebugMixin, command.Command):
pass