7 lines
122 B
Python
7 lines
122 B
Python
|
|
#coding=utf-8
|
||
|
|
from filetool import filetool
|
||
|
|
|
||
|
|
version = '1.0'
|
||
|
|
|
||
|
|
class FileLibrary(filetool):
|
||
|
|
ROBOT_LIBRARY_SCOPE = 'GLOBAL'
|