lbrypress/classes/LBRY_Network_Parser.php

17 lines
224 B
PHP
Raw Normal View History

<?php
/**
* Parses wordpress posts to be ready for the LBRY Network
*
* @package LBRYPress
*/
class LBRY_Network_Parser
{
/**
* [__construct description]
*/
public function __construct()
{
}
}