gecko-dev/webtools/partytool/app_model.php

4 lines
41 B
PHP
Raw Normal View History

<?php
class AppModel extends Model {
}
?>