Skip to content

Commit

Permalink
re-export signature
Browse files Browse the repository at this point in the history
  • Loading branch information
zunda-arrow committed Jan 30, 2023
1 parent 4db8309 commit 9002ccd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sigparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from __future__ import annotations

import typing
from sigparse._sigparse import sigparse, Parameter
from sigparse._sigparse import sigparse, Parameter, Signature
from sigparse._classparse import classparse, ClassVar
from sigparse._pep604 import global_PEP604
from sigparse import utils
Expand All @@ -33,6 +33,7 @@
"classparse",
"sigparse",
"Parameter",
"Signature",
"ClassVar",
"global_PEP604",
"utils",
Expand Down

0 comments on commit 9002ccd

Please sign in to comment.