1<?php 2/* 3description : Sicence database classes 4author : Ikuo Obataya 5email : i.obataya[at]gmail.com 6lastupdate : 2013-01-29 7license : GPL 2 (http://www.gnu.org/licenses/gpl.html) 8*/ 9 10if (!class_exists('RCSB')){require_once('_RCSB.php');} 11if (!class_exists('NCBI')){require_once('_NCBI.php');} 12if (!class_exists('xml')) {require_once('_xml.php');} 13?>