moving to scripts
This commit is contained in:
12
asq-env/lib/python3.9/site-packages/outcome/__init__.py
Normal file
12
asq-env/lib/python3.9/site-packages/outcome/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""Top-level package for outcome."""
|
||||
|
||||
from ._impl import Error, Outcome, Value, acapture, capture
|
||||
from ._util import AlreadyUsedError, fixup_module_metadata
|
||||
from ._version import __version__
|
||||
|
||||
__all__ = (
|
||||
'Error', 'Outcome', 'Value', 'acapture', 'capture', 'AlreadyUsedError'
|
||||
)
|
||||
|
||||
fixup_module_metadata(__name__, globals())
|
||||
del fixup_module_metadata
|
||||
Reference in New Issue
Block a user