cohit's picture
Upload folder using huggingface_hub
0827183 verified
raw
history blame contribute delete
338 Bytes
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
class DateTimeResolution:
def __init__(
self, value: str = None, start: str = None, end: str = None, timex: str = None
):
self.value = value
self.start = start
self.end = end
self.timex = timex