main.py
1  from source_reddit_fetcher.run import run
2  
3  if __name__ == "__main__":
4      run()