gamesshop/src/php/SetupHandler.php
2024-10-30 19:40:26 +01:00

13 lines
No EOL
146 B
PHP

<?php
declare(strict_types=1);
namespace GamesShop;
final class SetupHandler
{
public function __construct(
)
{
}
}