7 lines
140 B
Python
7 lines
140 B
Python
|
#!/usr/bin/env python3
|
||
|
# -*- coding: utf-8 -*-
|
||
|
from .config import report_quality
|
||
|
from .report_tools import *
|
||
|
|
||
|
__all__ = ['report_quality']
|