blob: 11fac5885fecb3d7b0a3702354016a407f05a3a9 [file]
# Copyright 2024 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 = [
'recipe_engine/cipd',
'recipe_engine/file',
'recipe_engine/path',
'recipe_engine/step',
]
from .api import BcidVerifierApi as API