forked from bot/app
15 lines
281 B
Python
15 lines
281 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved
|
|
|
|
@Time : 2024/8/7 下午10:40
|
|
@Author : snowykami
|
|
@Email : snowykami@outlook.com
|
|
@File : __init__.py
|
|
@Software: PyCharm
|
|
"""
|
|
from .lib_loader import *
|
|
|
|
__all__ = [
|
|
"load_lib"
|
|
] |