Skip to content

Commit 1fe0da4

Browse files
committed
restore init - woops
1 parent f71f4ac commit 1fe0da4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mpl_point_clicker/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22

33
# Copyright (c) Ian Hunt-Isaak.
44
# 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

Comments
 (0)