ajout t et mapper

This commit is contained in:
2024-04-04 16:26:22 +04:00
parent 93790d7be5
commit 86ce10cf95
125 changed files with 9314 additions and 16 deletions

7
nur_tbin/datareader.php Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/php
<?php
require(__DIR__.'/../vendor/autoload.php');
use nur\mapper\app\DatareaderApp;
DatareaderApp::run();