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