#!/usr/bin/env python3 # -*- coding:utf-8 -*- from config.config import load_config __all__ = [ "load_config" ]