mirror of
https://github.com/php-win-ext/phpy.git
synced 2026-04-29 11:33:11 +02:00
14 lines
128 B
PHP
14 lines
128 B
PHP
<?php
|
|
|
|
/**
|
|
* @generate-function-entries
|
|
*/
|
|
|
|
class PyType extends PyObject
|
|
{
|
|
private function __construct()
|
|
{
|
|
|
|
}
|
|
}
|