<?php namespace com\whitemagicsoftware; require "../common/php/class.Account.php"; $account = new Account(); $account->run();