mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
7 lines
167 B
Python
7 lines
167 B
Python
import erdantic as erd
|
|
|
|
from citation_fuzzy_match import QuestionAnswer
|
|
|
|
diagram = erd.create(QuestionAnswer)
|
|
diagram.draw("examples/citation_fuzzy_match/schema.png")
|