6 lines
123 B
Python
6 lines
123 B
Python
|
# -*- coding: UTF-8 no BOM -*-
|
||
|
|
||
|
"""Aggregator for configuration file handling"""
|
||
|
|
||
|
from .material import Material # noqa
|