blob: bbec79a3303512e5af126a7af7efe70f2f356397 [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/buildbucket",
"recipe_engine/file",
"recipe_engine/proto",
"recipe_engine/step",
]
from .api import LuciConfigApi as API
from .test_api import LuciConfigTestApi as TEST_API