adding all files done so far
This commit is contained in:
15
temp/temp_1.py
Normal file
15
temp/temp_1.py
Normal file
@@ -0,0 +1,15 @@
|
||||
# import pandas
|
||||
|
||||
|
||||
def function():
|
||||
pass
|
||||
|
||||
|
||||
print("test")
|
||||
|
||||
|
||||
class testclass(object):
|
||||
"""docstring for testclass"""
|
||||
def __init__(self, arg):
|
||||
super(testclass, self).__init__()
|
||||
self.arg = arg
|
||||
Reference in New Issue
Block a user