<?php
/*
 * A flexible comment system
 */

namespace Sakura;

class Comments
{
    // Constructor
    public function ___construct()
    {
        //
    }
}