1 <?php
2
3 namespace rpf\system;
4 /**
5 * RPF Main-Class
6 *
7 * @author Andreas Doebeling <ad@1601.com>
8 * @copyright 1601.production siegler&thuemmler ohg
9 * @link https://github.com/ADoebeling/RP2-Framework
10 * @link https://xing-ad.1601.com
11 * @link https://www.1601.com
12 */
13 class rpf extends module
14 {
15
16 }