mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-01-26 14:36:11 -05:00
4 lines
73 B
Python
4 lines
73 B
Python
class Request:
|
|
|
|
def __init__(self, id: int):
|
|
self.id = id |