Skip to content

Commit

Permalink
fix: add to_gv to init
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Dec 21, 2022
1 parent 57412f0 commit dab7859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arguebuf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from arguebuf.models.participant import Participant as Participant
from arguebuf.models.reference import Reference as Reference
from arguebuf.models.resource import Resource as Resource
from arguebuf.schema.graphviz import export as to_gv
from arguebuf.schema.graphviz import render as render
from arguebuf.services.utils import uuid as uuid

Expand Down

0 comments on commit dab7859

Please sign in to comment.