Skip to content

Commit c63fbda

Browse files
author
Austin Bingham
committed
Hoisted a few names into top-level package.
1 parent 5938d6e commit c63fbda

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/yaml_where/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22

33
from .yaml_where import YAMLWhere
44
from .exceptions import MissingKeyError, UndefinedAccessError
5+
from .range import Range, Position
56

67

78
__all__ = [
8-
"YAMLWhere",
9+
"__version__",
10+
"__version_info__",
911
"MissingKeyError",
12+
"Position",
13+
"Range",
1014
"UndefinedAccessError",
15+
"YAMLWhere",
1116
]

0 commit comments

Comments
 (0)