Skip to content

Commit d5589c8

Browse files
committed
Set __all__ in v1.math.printer
1 parent 8614c02 commit d5589c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

petab/v1/math/printer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import sympy as sp
66
from sympy.printing.str import StrPrinter
77

8+
__all__ = ["PetabStrPrinter", "petab_math_str"]
9+
810

911
class PetabStrPrinter(StrPrinter):
1012
"""A PEtab-compatible sympy string-printer."""

0 commit comments

Comments
 (0)