Fix/yaml formatting (#590)

* Bug/curly_braces_yaml

Added parser to help users on yaml syntax

* context error

Patch and later will prioritize this again to have context work with the yaml
This commit is contained in:
GabeKoga
2024-05-09 21:35:21 -03:00
committed by GitHub
parent 1da7473f26
commit 04b4191de5
3 changed files with 21 additions and 1 deletions

View File

@@ -6,3 +6,4 @@ from .printer import Printer
from .prompts import Prompts
from .rpm_controller import RPMController
from .fileHandler import FileHandler
from .parser import YamlParser