mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
7 lines
247 B
JavaScript
7 lines
247 B
JavaScript
/*! bittorrent-tracker. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */
|
|
const Client = require('./client')
|
|
const Server = require('./server')
|
|
|
|
module.exports = Client
|
|
module.exports.Client = Client
|
|
module.exports.Server = Server
|