创建结构目录

This commit is contained in:
2025-09-07 12:43:50 +08:00
parent 10525dcfcc
commit cd0f51057a
25 changed files with 129 additions and 2 deletions

1
storage/__init__.py Normal file
View File

@@ -0,0 +1 @@
# 持久化存储

2
storage/base_storage.py Normal file
View File

@@ -0,0 +1,2 @@
# 存储接口

1
storage/json_storage.py Normal file
View File

@@ -0,0 +1 @@
# json 文件实现

View File

@@ -0,0 +1 @@
# 内存实现