add feature to fomrat note and save top local directory

This commit is contained in:
=
2025-04-26 12:16:44 +08:00
parent edfb1416ab
commit 594af0ade7
9 changed files with 237 additions and 35 deletions

2
bot_util/__init__.py Normal file
View File

@ -0,0 +1,2 @@
from .file_util import write_file, write_file_batch
__all__ = ['write_file', 'write_file_batch']