Files
graphify/tests/fixtures/sample.py
T
Safi 77966a7622 feat: core pipeline
detect, extract (AST + call-graph), build, cluster, analyze, report, export
PDF extraction, tree-sitter AST, pyvis HTML, schema validation
2026-04-04 18:52:44 +01:00

7 lines
132 B
Python

class Transformer:
def __init__(self, d_model: int):
self.d_model = d_model
def forward(self, x):
return x