MadelineProto/classes/__init__.php

5 lines
200 B
PHP
Raw Normal View History

2016-06-23 23:51:08 +02:00
<?php
set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__) . DIRECTORY_SEPARATOR . 'libpy2php');
require_once ('libpy2php.php');
$__all__ = ['Chat', 'User', 'Message', 'Contact'];