blob: 2869d9d502178c1534b288c226e06a259ba40350 [file] [log] [blame]
# -*- coding: utf-8 -*-
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from __future__ import print_function
import sys
assert sys.version_info >= (3, 6), 'This module requires Python 3.6+'