Enabled the Student School type updater.
The updater now passes along the runner URL to the starter function.
Also fixed the TaskRunner to display correct error messages when a invalid option has been specified.
from query import *
from subqueries import *
from where import AND, OR
from datastructures import EmptyResultSet
__all__ = ['Query', 'AND', 'OR', 'EmptyResultSet']