From 124ff9a8ff572dfe00bdec638bce16038dfca124 Mon Sep 17 00:00:00 2001 From: snowykami Date: Sat, 31 Aug 2024 09:31:46 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=94=AF=E6=8C=81Liteyuki=20Docst?= =?UTF-8?q?ring?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mbcp/__init__.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mbcp/__init__.py b/mbcp/__init__.py index 42282d5..8243284 100644 --- a/mbcp/__init__.py +++ b/mbcp/__init__.py @@ -1,5 +1,9 @@ # -*- coding: utf-8 -*- """ -本模块是主模块,用于导入所有模块 +本模块是主模块,提供了一些工具 +可导入 +`mbcp.mp_math`:数学工具 +`mbcp.particle`:粒子生成工具 +`mbcp.presets`:预设 """ from .mp_math import *