coach-scraper/app/__main__.py

5 lines
70 B
Python

from app import scraper
if __name__ == "__main__":
scraper.run()