创建结构目录
This commit is contained in:
1
storage/__init__.py
Normal file
1
storage/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
# 持久化存储
|
||||
2
storage/base_storage.py
Normal file
2
storage/base_storage.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# 存储接口
|
||||
|
||||
1
storage/json_storage.py
Normal file
1
storage/json_storage.py
Normal file
@@ -0,0 +1 @@
|
||||
# json 文件实现
|
||||
1
storage/memory_storage.py
Normal file
1
storage/memory_storage.py
Normal file
@@ -0,0 +1 @@
|
||||
# 内存实现
|
||||
Reference in New Issue
Block a user