mirror of
https://github.com/AlexKrunch/AnonIB-3D.git
synced 2024-11-16 01:28:07 -05:00
10 lines
118 B
PHP
Executable File
10 lines
118 B
PHP
Executable File
<?php
|
|
|
|
namespace Lazer\Classes;
|
|
|
|
include "Core/Relation.php";
|
|
|
|
class Relation extends Core_Relation {
|
|
|
|
}
|