7 lines
84 B
PHP
7 lines
84 B
PHP
<?php
|
|
use MBS\Web\WebApplication;
|
|
|
|
class MochaIDE extends WebApplication
|
|
{
|
|
}
|
|
?>
|