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

@@ -1,8 +1,8 @@
import regex as re
from parsers.generic import GenericParser
from parsers.generic.watfag import Group
from parsers.generic.parsers import DataParser
from watfag.parsers.generic import GenericParser
from watfag.parsers.generic.watfag import Group
from watfag.parsers.generic.parsers import DataParser
patterns = [
re.compile(r"(?:-| - )(?P<group>[a-zA-Z0-9 &]*)\)?$", re.UNICODE),