Vamas
- class vamas.Vamas(file: Union[str, Path, bytes])
Main class for handling a vamas file
Parses the vamas file into the attributes header and blocks.
- Parameters:
file (Union[str, Path]) – vamas file to be parsed
- header
- Type:
- blocks
- Type:
List[VamasBlock]