import ModWithPrivate.privateFunc; class PrivateImport { static function main() { privateFunc(); } }