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.
9 lines
167 B
9 lines
167 B
5 years ago
|
r"""
|
||
|
|
||
|
The OpenRPA package (from UnicodeLabs)
|
||
|
|
||
|
"""
|
||
5 years ago
|
__version__ = 'v1.0.22'
|
||
|
__all__ = []
|
||
5 years ago
|
__author__ = 'Ivan Maslov <ivan.maslov@unicodelabs.ru>'
|
||
5 years ago
|
#from .Core import Robot
|