Skip to content

Commit

Permalink
Include MutableOptionsFactory in __init__.py
Browse files Browse the repository at this point in the history
Makese MutableOptionsFactory importable.
  • Loading branch information
johnomotani committed May 3, 2020
1 parent 0003550 commit ebfd9bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion optionsfactory/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
from .optionsfactory import OptionsFactory
from .optionsfactory import OptionsFactory, MutableOptionsFactory
from .withmeta import WithMeta
from ._version import get_versions

__version__ = get_versions()["version"]

__all__ = [
"OptionsFactory",
"MutableOptionsFactory",
"WithMeta",
"__version__",
]

0 comments on commit ebfd9bd

Please sign in to comment.