def __init__(self, title): self.title = title if hasattr(data, title): self.data = getattr(data, title) else : self.data = getattr(misc, title)