Files
GroundPY/ground_types.py

3 lines
67 B
Python
Raw Normal View History

class String:
def __init__(self, value: str):
self.value = value