Create MultiTracker.php

This commit is contained in:
Roman Kelesidis 2025-01-06 17:35:02 +07:00
commit 2cb2bd9f68

19
src/MultiTracker.php Normal file
View file

@ -0,0 +1,19 @@
<?php
/**
* TorrentPier Bull-powered BitTorrent tracker engine
*
* @copyright Copyright (c) 2005-2024 TorrentPier (https://torrentpier.com)
* @link https://github.com/torrentpier/torrentpier for the canonical source repository
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
*/
namespace TorrentPier;
/**
* Class MultiTracker
* @package TorrentPier
*/
class MultiTracker
{
}