MadelineProto/original_telepy/classes/message.php
2016-08-07 23:23:10 +02:00

9 lines
184 B
PHP

<?php
set_include_path(get_include_path().PATH_SEPARATOR.dirname(__FILE__).DIRECTORY_SEPARATOR.'libpy2php');
require_once 'libpy2php.php';
require_once 'crypt.php';
class message
{
}