2018-08-31 18:50:29 -05:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Class for publishing to the LBRY Network
|
|
|
|
*
|
|
|
|
* @package LBRYPress
|
|
|
|
*/
|
|
|
|
|
|
|
|
class LBRY_Network_Publisher
|
|
|
|
{
|
2018-09-11 15:10:15 -05:00
|
|
|
/**
|
|
|
|
* [__construct description]
|
|
|
|
*/
|
|
|
|
public function __construct()
|
2018-08-31 18:50:29 -05:00
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|