coach-scraper/app/__main__.py

6 lines
71 B
Python

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