This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/libraries/File.php

15 lines
105 B
PHP

<?php
/*
* File handler
*/
namespace Sakura;
/**
* Class File
* @package Sakura
*/
class File
{
}