''' Created on Oct 28, 2011 @author: steger, jozsef @organization: ELTE @contact: steger@complex.elte.hu ''' class Driver(object): ''' @summary: an empty driver to serve as an ancient class @author: steger, jozsef ''' pass class DriverError(Exception): pass