Files
fm-orchestrator/module_build_service/utils/__init__.py
mprahl 63776f3c01 Move utils/views.py to web/views.py
In the next commit, this will be merged into web/utils.py.
2020-03-03 14:48:47 -05:00

5 lines
166 B
Python

# -*- coding: utf-8 -*-
# SPDX-License-Identifier: MIT
from module_build_service.utils.reuse import * # noqa
from module_build_service.utils.submit import * # noqa