class ApswTask(Task):
    """APSW task base class."""

    def __init__(self, executor, statements):
        """Create APSW executor task.