3 lines
67 B
Python
3 lines
67 B
Python
class String:
|
|
def __init__(self, value: str):
|
|
self.value = value |
class String:
|
|
def __init__(self, value: str):
|
|
self.value = value |