mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 23:31:44 +09:00
11 lines
175 B
PHP
11 lines
175 B
PHP
<?php
|
|
/**
|
|
* @class layout
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief layout 모듈의 high class
|
|
**/
|
|
|
|
class layout extends ModuleObject {
|
|
|
|
}
|
|
?>
|