"""Application Handlers. Requests are redirected to handlers, which are responsible for getting information from the URL and passing it down to the logic layer. The way each layer talks to each other is through Response objects which defines the type status of the data and the data itself. Please note: the Orchard uses the term handlers over views as convention for clarity See: oto.response for more details. """ __all__ = ( 'audio_attribute_handlers', 'base_handlers', 'performer_handlers', 'publishing_obligation_handlers', 'rights_attribute_handlers', 'track_handlers', 'instant_grat_handlers', 'track_sample_handlers')