mirror of
https://github.com/danog/telerpc.git
synced 2024-12-02 09:37:51 +01:00
6 lines
53 B
PHP
6 lines
53 B
PHP
<?php
|
|
|
|
include 'src/Main.php';
|
|
|
|
(new Main())->run();
|