GraphGen / graphgen /models /strategy /base_strategy.py
github-actions[bot]
Auto-sync from demo at Thu Aug 28 10:06:44 UTC 2025
ba8b592
raw
history blame
75 Bytes
from dataclasses import dataclass
@dataclass
class BaseStrategy:
pass