1
0

first commit from DTux

This commit is contained in:
Daniel Tartavel
2021-03-22 12:20:39 +01:00
parent 30fac27d45
commit 944e742590
25 changed files with 1176 additions and 0 deletions

8
include/plane.class.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
class plane()
{
}
?>