summaryrefslogtreecommitdiffstats
path: root/deluge/ui/console/cmdline/commands/__init__.py
blob: aa3f32cd5c7e35ed31c68e25bbf0e99e633b14b2 (plain)
1
2
3
4
# -*- coding: utf-8 -*-
from deluge.ui.console.cmdline.command import BaseCommand

__all__ = ['BaseCommand']