summaryrefslogtreecommitdiff
path: root/04-CustomLibrary/ExtensionPackages/GetTimeLibrary/__init__.py
blob: 623321b10ccbe4f57a692cbc311ea1d03be41d94 (plain)
1
2
3
4
5
6
#coding=utf-8
from GetTimeLibrary.GetTime import GetTime

__version__ = '1.0'
class GetTimeLibrary(GetTime):
    ROBOT_LIBRARY_SCOPE = 'GLOBAL'