rhymix/modules/file/file.class.php

11 lines
173 B
PHP

<?php
/**
* @class file
* @author zero (zero@nzeo.com)
* @brief file 모듈의 high 클래스
**/
class file extends ModuleObject {
}
?>