first init project code
This commit is contained in:
7
04-CustomLibrary/FileLibrary/__init__.py
Normal file
7
04-CustomLibrary/FileLibrary/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
#coding=utf-8
|
||||
from filetool import filetool
|
||||
|
||||
version = '1.0'
|
||||
|
||||
class FileLibrary(filetool):
|
||||
ROBOT_LIBRARY_SCOPE = 'GLOBAL'
|
||||
Reference in New Issue
Block a user