first init project code

This commit is contained in:
dongxiaoyan
2020-04-01 12:42:05 +08:00
commit acc676857b
138 changed files with 32456 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#coding=utf-8
from filetool import filetool
version = '1.0'
class FileLibrary(filetool):
ROBOT_LIBRARY_SCOPE = 'GLOBAL'