Browse Source

Test commit hello world

main
Khoi 1 year ago
parent
commit
36516daffe
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      MarketPlaces/Initialization/markets_mining.py

+ 2
- 0
MarketPlaces/Initialization/markets_mining.py View File

@ -59,6 +59,8 @@ def createDirectory(mkt):
if __name__ == '__main__':
print("Hello World")
mktsList = getMarkets()
for mkt in mktsList:


Loading…
Cancel
Save