8 lines
327 B
Python
8 lines
327 B
Python
# type: ignore
|
|
from __future__ import annotations
|
|
import datetime as datetime
|
|
__all__ = ['datetime', 'get_compression_message', 'msg_fmt']
|
|
def get_compression_message():
|
|
...
|
|
msg_fmt: str = 'Check for a new version of Intel(R) Distribution of OpenVINO(TM) toolkit here {0} or on https://github.com/openvinotoolkit/openvino'
|