Backend implementation

This commit is contained in:
2019-09-01 17:33:58 +02:00
parent 95346671a2
commit ae70e47ebc
5 changed files with 463 additions and 0 deletions

5
inc/course.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
class Course extends PhpObject {
}