Skip to content

Commit

Permalink
Update classes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Sep 23, 2024
1 parent a3bd120 commit a5766a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fast64_internal/sm64/animation/classes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import functools
from pathlib import Path
from typing import Optional
from enum import IntFlag
from io import StringIO
Expand All @@ -24,7 +25,7 @@
@dataclasses.dataclass
class CArrayDeclaration:
name: str = ""
path: os.PathLike = ""
path: Path = Path("")
file_name: str = ""
values: list[str] | dict[str, str] = dataclasses.field(default_factory=list)

Expand Down

0 comments on commit a5766a4

Please sign in to comment.