for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
class TrainingData:
def __init__(self, text: str, categories: list[str]):
self.text = text
self.categories = categories