summaryrefslogtreecommitdiffstats
path: root/deluge/ui/console/cmdline/commands/__init__.py
blob: 01bb8385ee4c0687888cf5563922738c464f99da (plain)
1
2
3
4
5
from __future__ import unicode_literals

from deluge.ui.console.cmdline.command import BaseCommand

__all__ = ['BaseCommand']