fastmolwidget 0.5.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,9 @@
1
+ from fastmolwidget.viewer_widget import MoleculeViewerWidget
2
+ from fastmolwidget.molecule2D import MoleculeWidget
3
+ from fastmolwidget.loader import MoleculeLoader
4
+
5
+ __all__ = ["MoleculeViewerWidget", "MoleculeWidget", "MoleculeLoader"]
6
+
7
+
8
+ def main() -> None:
9
+ print("Hello from fastmolwidget!")