blob: 1cde2702710e412f4f50e17e1e2ccd57ad1cdf11 [file]
# Copyright 2020 The LUCI Authors. All rights reserved.
# Use of this source code is governed under the Apache License, Version 2.0
# that can be found in the LICENSE file.
from __future__ import annotations
DEPS = [
'buildbucket',
'json',
'path',
'platform',
'raw_io',
'resultdb',
'runtime',
'step',
'uuid',
]
from .api import MiloApi as API