File size: 338 Bytes
0827183
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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