Initial commit

This commit is contained in:
2021-12-07 17:26:34 +01:00
commit 0c9fd2e892
15 changed files with 674 additions and 0 deletions

6
runtime/SparkPlug.php Normal file
View File

@ -0,0 +1,6 @@
<?php
abstract class SparkPlug
{
abstract public function load();
}