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/Sources/pyOpenRPA/Robot/__init__.py

13 lines
240 B

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