16 lines
204 B
PHP
16 lines
204 B
PHP
<?php
|
|
/**
|
|
* Class for connecting with the LBRY Network
|
|
*
|
|
* @package LBRYPress
|
|
*/
|
|
|
|
class LBRY_Network
|
|
{
|
|
/**
|
|
* [__construct description]
|
|
*/
|
|
public function __construct()
|
|
{
|
|
}
|
|
}
|