支持Liteyuki Docstring

This commit is contained in:
2024-08-31 09:31:46 +08:00
parent cb0e32b321
commit 124ff9a8ff

View File

@ -1,5 +1,9 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
""" """
本模块是主模块,用于导入所有模块 本模块是主模块,提供了一些工具
可导入
`mbcp.mp_math`:数学工具
`mbcp.particle`:粒子生成工具
`mbcp.presets`:预设
""" """
from .mp_math import * from .mp_math import *