Source code for wwinpy.header

"""
This module contains the Header class for Window Weight (WW) file handling.
"""

from dataclasses import dataclass, field
from typing import List, Optional