init
This commit is contained in:
15
stock/util/Stock2Vector.py
Normal file
15
stock/util/Stock2Vector.py
Normal file
@@ -0,0 +1,15 @@
|
||||
class Stock2Vector:
|
||||
|
||||
def __init__(self):
|
||||
return
|
||||
|
||||
def read(self, fileName):
|
||||
return None
|
||||
|
||||
def process(self, vector):
|
||||
return
|
||||
|
||||
if __name__ == "__main__":
|
||||
stock2Vector = Stock2Vector()
|
||||
fileName = "./resources/hts/252670_20220726.csv"
|
||||
|
||||
Reference in New Issue
Block a user