Поменял структуру проекта для расширения задачи с приемом

This commit is contained in:
2024-10-10 08:38:24 +03:00
parent 2be45826c1
commit 984f6bda0a
1716 changed files with 444 additions and 139201 deletions

5
scripts/priem_parser.php Normal file
View File

@ -0,0 +1,5 @@
<?php
use SvedenParser\Color;
use SvedenParser\Printer;
use Symfony\Component\Yaml\Yaml;
require_once __DIR__ . "/vendor/autoload.php";