Files
fm-orchestrator/module_build_service/utils/__init__.py
mprahl b853ca2bb3 Move utils/views.py to web/views.py
In the next commit, this will be merged into web/utils.py.
2020-01-16 14:39:46 -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