first init project code
This commit is contained in:
11
04-CustomLibrary/Custometest/printlog.py
Normal file
11
04-CustomLibrary/Custometest/printlog.py
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
#-*- coding:utf-8 -*-
|
||||
'''
|
||||
created by hch 2019-06-26
|
||||
'''
|
||||
|
||||
|
||||
class printlog():
|
||||
|
||||
def printA():
|
||||
print("hello word")
|
||||
Reference in New Issue
Block a user