#!/usr/bin/env python
# -*- coding: Latin-1 -*-

# ****************************************
# +++  BioCASE    
# +++  PyWrapper
#
# This is the main file of the unit level wrapper for BioCASE.
# It implements the BioCASE protocol for query and response.
# It needs to be configured for each data-concept schema that
# should be supported using a concept-mapping file.
#
# See http://www.biocase.org for details
#
# ****************************************


import biocase.wrapper

biocase.wrapper.go()



