Skip to content

Commit e101095

Browse files
committed
review fixes
1 parent 063e1a0 commit e101095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RATapi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
from RATapi.controls import Controls
77
from RATapi.project import Project
88
from RATapi.run import run
9-
from RATapi.utils import convert, plotting
9+
from RATapi.utils import convert, orso, plotting
1010

11-
__all__ = ["examples", "models", "events", "ClassList", "Controls", "Project", "run", "plotting", "convert"]
11+
__all__ = ["examples", "models", "events", "ClassList", "Controls", "Project", "run", "plotting", "convert", "orso"]

0 commit comments

Comments
 (0)