We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71f4ac commit 1fe0da4Copy full SHA for 1fe0da4
mpl_point_clicker/__init__.py
@@ -2,3 +2,11 @@
2
3
# Copyright (c) Ian Hunt-Isaak.
4
# Distributed under the terms of the Modified BSD License.
5
+
6
+from ._version import __version__
7
+from ._clicker import clicker
8
9
+__all__ = [
10
+ "__version__",
11
+ "clicker",
12
+]
0 commit comments