class Categories: """Category mappings""" def __init__(self): self.categories = { 15: "Politics OK", 16: "No Politics", 23: "Forum Stuff" }