tiktok/apiproxy/common/__init__.py
2023-05-21 16:17:21 +08:00

22 lines
449 B
Python

#!/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()