diff options
Diffstat (limited to 'src/Entrypoint.php')
-rw-r--r-- | src/Entrypoint.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Entrypoint.php b/src/Entrypoint.php new file mode 100644 index 0000000..6fe3409 --- /dev/null +++ b/src/Entrypoint.php @@ -0,0 +1,10 @@ +<?php + + +namespace Micropoly; + + +interface Entrypoint +{ + public function run(Env $env); +}
\ No newline at end of file |