Skip to content

Commit d045209

Browse files
authored
move things we need in octopus to top level simulariumio package (#160)
1 parent 5d482f1 commit d045209

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

simulariumio/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@
2222
ScatterPlotData,
2323
TrajectoryData,
2424
UnitData,
25+
FrameData,
26+
SimulariumFileData,
27+
JsonData,
28+
BinaryData,
2529
)
2630
# DO NOT ISORT DISPLAY_TYPE, CAUSES CIRCULAR DEP
27-
from .constants import DISPLAY_TYPE # noqa: F401
31+
from .constants import BINARY_SETTINGS, DISPLAY_TYPE # noqa: F401
2832
from .file_converter import FileConverter # noqa: F401
2933
from .trajectory_converter import TrajectoryConverter # noqa: F401
3034
from .writers import BinaryWriter, JsonWriter # noqa: F401

0 commit comments

Comments
 (0)