I have the under
from abc import ABCMeta, abstractmethod class Operation(object): __metaclass__ = ABCMeta def __init__(self, a, use_sftp): prin