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

16 lines
273 B

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