import kernel.Log; import kernel.Init; using util.Extender.LambdaExtender; class Startup { public static function main() { Init.initKernel(); } }