mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
This moves the code used by the backend and API to common/resolve.py and moves the code used just by the API to web/mse.py.
7 lines
277 B
Python
7 lines
277 B
Python
# -*- coding: utf-8 -*-
|
|
# SPDX-License-Identifier: MIT
|
|
from module_build_service.utils.views import * # noqa
|
|
from module_build_service.utils.reuse import * # noqa
|
|
from module_build_service.utils.submit import * # noqa
|
|
from module_build_service.utils.ursine import * # noqa
|