From pep8-naming: * N802: function name should be lowercase * N803: argument name should be lowercase
4 lines
85 B
Python
4 lines
85 B
Python
from deluge.ui.console.cmdline.command import BaseCommand
|
|
|
|
__all__ = ['BaseCommand']
|