summaryrefslogtreecommitdiffstats
path: root/deluge/ui/console/cmdline/commands/__init__.py
blob: 628fae597365f17a46b2e2c4f524129bf9c7bcf3 (plain)
1
2
3
4
5
6
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

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

__all__ = ['BaseCommand']