phml.core.file_types
File types for phml parsing logic.
HTML: str = 'html'
PHML: str = 'phml'
JSON: str = 'json'
Markdown: str = 'md'