<?php
/*
description : Sicence database classes
author      : Ikuo Obataya
email       : i.obataya[at]gmail.com
lastupdate  : 2013-01-29
license     : GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/

if (!class_exists('RCSB')){require_once('_RCSB.php');}
if (!class_exists('NCBI')){require_once('_NCBI.php');}
if (!class_exists('xml')) {require_once('_xml.php');}
?>