Skip to content

Instantly share code, notes, and snippets.

Created May 8, 2014 19:33
Show Gist options
  • Save anonymous/d2547ed70a5892fed80b to your computer and use it in GitHub Desktop.
Save anonymous/d2547ed70a5892fed80b to your computer and use it in GitHub Desktop.
class BannerGrabber:
input_file = ""
def __init__(self, input):
self.input_file = input
def run():
# code to get the banners
grabber = BannerGrabber("input.txt")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment