You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Robot/pyOpenRPA/__init__.py

15 lines
358 B

r"""
The OpenRPA package (from UnicodeLabs)
"""
__version__ = 'v1.0.15'
__all__ = [
'GUI','Clipboard','IntegrationOrchestrator','Window', 'ProcessCommunicator'
]
__author__ = 'Ivan Maslov <ivan.maslov@unicodelabs.ru>'
from . import GUI
from . import Clipboard
from . import IntegrationOrchestrator
from . import Window
from . import ProcessCommunicator