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
2020-04-02 15:46:15 +08:00

7 lines
127 B
Python

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