Fixed imports and refactored some attributes

This commit is contained in:
2026-03-20 13:05:45 -04:00
parent b9e7e1bfca
commit 02741c1e77
20 changed files with 66 additions and 72 deletions

View File

@@ -3,7 +3,7 @@ from typing import Optional, TYPE_CHECKING
from regex import Pattern
if TYPE_CHECKING:
from parsers.generic import WATFAG, Release
from watfag.parsers.generic import WATFAG, Release
class DataParser: