mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
11 lines
172 B
PHP
11 lines
172 B
PHP
<?php
|
|
/**
|
|
* @class Handler
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief (*)Handler 클래스의 추상화 클래스
|
|
**/
|
|
|
|
class Handler {
|
|
|
|
}
|
|
?>
|