class PySqliteTask(Task):
    """PySQLite task base class."""

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