blob: 19be28f9e96e3f6c7cbfc29f2e671bbd779e23a4 [file]
# Copyright 2017 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 = [
'path',
'platform',
'raw_io',
'step',
]
from .api import ServiceAccountApi as API