<?php

/**
 * @file classes/rt/RTAdmin.inc.php
 *
 * Copyright (c) 2013-2019 Simon Fraser University
 * Copyright (c) 2000-2019 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @class RTAdmin
 * @ingroup rt
 *
 * @brief Class to process and respond to Reading Tools administration requests.
 */


import('lib.pkp.classes.rt.RTStruct');

class RTAdmin {

	function importVersions() { }

}

?>
