4 lines
61 B
Python
4 lines
61 B
Python
|
class Ticket():
|
||
|
|
||
|
def __init__(self) -> None:
|
||
|
pass
|