GenericWrapper.py 85 B

123
  1. class GenericWrapper:
  2. def __init__(self, value=None):
  3. self.value = value