#!/usr/bin/env python # -*- coding: utf-8 -*- ''' @FileName : __init__.py.py @Project : apiproxy @Description: @Author : imgyh @Mail : admin@imgyh.com @Github : https://github.com/imgyh @Site : https://www.imgyh.com @Date : 2023/5/12 16:10 @Version : v1.0 @ChangeLog ------------------------------------------------ ------------------------------------------------ ''' from .utils import Utils utils = Utils()