This commit is contained in:
dsyoon
2023-07-12 14:55:45 +09:00
parent 207ce5e17e
commit d5ae26af9a
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
class StockPriceDirectionAnalyzer:
def __init__(self):
return
if __name__ == "__main__":
stockPriceDirectionAnalyzer = StockPriceDirectionAnalyzer()