import attrs @attrs.define class DWGFileNotExistError(Exception): not_exist_dwg_file_path: str pass