recursive parsing fix without ctypes in recursed type

This commit is contained in:
2025-10-12 20:59:18 +05:30
parent 8774277000
commit 80396c78a6
3 changed files with 73 additions and 128 deletions

View File

@ -1,7 +1,8 @@
from dataclasses import dataclass, field
from typing import Dict, Any, Optional
#TODO: FIX THE FUCKING TYPE NAME CONVENTION.
# TODO: FIX THE FUCKING TYPE NAME CONVENTION.
@dataclass
class Field:
"""Represents a field in a dependency node with its type and readiness state."""