kindle manager

This commit is contained in:
gavin
2020-06-10 09:11:34 +08:00
parent fa1e3afb51
commit c903004b8f
5 changed files with 31 additions and 13 deletions

View File

@@ -1,11 +1,11 @@
#############################################
## PROGRAM: tdict.py
## AUTHOR: Chengan 20200526
## douboer@gmail.com
## test multi-key dict
#############################################
#########################################################
## @file : tdict.py
## @desc : test dict
## @create : 2020/05/26
## @author : Chengan
## @email : douboer@gmail.com
#########################################################
import re
from collections import defaultdict