istic-openstack/server/core/CoreInterface.php
2016-03-21 06:47:01 +01:00

7 lines
No EOL
68 B
PHP
Executable file

<?php
interface Core{
public function action($action);
}