7 lines
127 B
Python
7 lines
127 B
Python
#coding=utf-8
|
|
from mytool import mytool
|
|
|
|
version = '1.0'
|
|
|
|
class ExtensionLibrary(mytool):
|
|
ROBOT_LIBRARY_SCOPE = 'GLOBAL' |