first init project code
This commit is contained in:
16
04-CustomLibrary/Custometest/__init__.py
Normal file
16
04-CustomLibrary/Custometest/__init__.py
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
#-*- coding:utf-8 -*-
|
||||
'''
|
||||
created by hch 2019-06-26
|
||||
'''
|
||||
|
||||
from custometest.printlog import printlog
|
||||
from custometest.MD5 import MD5
|
||||
from custometest.cmd_cer import Order
|
||||
# from custometest.printlog import printlog
|
||||
|
||||
|
||||
__version__ = '1.0'
|
||||
|
||||
class custometest(printlog,Order,MD5):
|
||||
ROBOT_LIBRARY_SCOPE = 'GLOBAL'
|
||||
Reference in New Issue
Block a user