create Environment

This commit is contained in:
2026-08-12 15:06:05 -04:00
parent a882152935
commit 65690c75c8
+8
View File
@@ -0,0 +1,8 @@
<?php
declare(strict_types=1);
namespace Potter\Environment;
final class Environment
{ }