4 lines
75 B
Python
4 lines
75 B
Python
![]() |
class DrawingCmdId(str):
|
||
|
def __str__(self) -> str:
|
||
|
return self
|