chat-restaruacja/src/model/frame.py

5 lines
115 B
Python

class Frame:
def __init__(self, source: str, text: str):
self.source = source
self.text = text