<?php
namespace Zotlabs\Web;
class Controller {
function init() {}
function post() {}
function get() {}
}