2023-06-11 21:41:13 -04:00

4 lines
73 B
Python

class Request:
def __init__(self, id: int):
self.id = id