<?php namespace kernel; abstract class Module { abstract public function init(); }