4 lines
101 B
Python
4 lines
101 B
Python
from .ie_api import *
|
|
__version__ = get_version()
|
|
__all__ = ['IENetwork', "IEPlugin", "IENetReader"]
|