This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dongxiaoyan-tsg-autotest/04-CustomLibrary/ExtensionPackages/ExtensionLibrary/__init__.py

7 lines
127 B
Python
Raw Normal View History

#coding=utf-8
from mytool import mytool
version = '1.0'
class ExtensionLibrary(mytool):
ROBOT_LIBRARY_SCOPE = 'GLOBAL'