Files
GroundPY/ground_types.py
2025-09-01 06:44:33 +10:00

3 lines
67 B
Python

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