We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9ec2e5 + cc33da2 commit 82f392dCopy full SHA for 82f392d
petab/__init__.py
@@ -23,6 +23,8 @@ def __getattr__(name):
23
return attr
24
if name == "v1":
25
return importlib.import_module("petab.v1")
26
+ if name == "v2":
27
+ return importlib.import_module("petab.v2")
28
if name != "__path__":
29
warn(
30
f"Accessing `petab.{name}` is deprecated and will be removed in "
0 commit comments