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

4 lines
110 B
Python
Raw Normal View History

#coding=utf-8
from GetTime import GetTime
class GetTimeLibrary(GetTime):
ROBOT_LIBRARY_SCOPE = 'GLOBAL'