Initial commit

This commit is contained in:
2024-09-24 23:03:36 +02:00
commit a4ea061f38
6 changed files with 132 additions and 0 deletions

10
src/FitsHeader.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
declare(strict_types=1);
namespace Dumbastro\FitsPhp;
class FitsHeader
{
}