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