init
This commit is contained in:
7
analyzer/StockPriceDirectionAnalyzer.py
Normal file
7
analyzer/StockPriceDirectionAnalyzer.py
Normal file
@@ -0,0 +1,7 @@
|
||||
class StockPriceDirectionAnalyzer:
|
||||
|
||||
def __init__(self):
|
||||
return
|
||||
|
||||
if __name__ == "__main__":
|
||||
stockPriceDirectionAnalyzer = StockPriceDirectionAnalyzer()
|
||||
Reference in New Issue
Block a user