summaryrefslogtreecommitdiff
path: root/04-CustomLibrary/Custometest/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to '04-CustomLibrary/Custometest/__init__.py')
-rw-r--r--04-CustomLibrary/Custometest/__init__.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/04-CustomLibrary/Custometest/__init__.py b/04-CustomLibrary/Custometest/__init__.py
new file mode 100644
index 0000000..a4b4d83
--- /dev/null
+++ b/04-CustomLibrary/Custometest/__init__.py
@@ -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'