1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-01 08:01:44 +00:00
This commit is contained in:
J. Fernando Sánchez 2015-03-12 23:55:18 +01:00
commit 5609770bf7

2
__init__.py Normal file
View File

@ -0,0 +1,2 @@
def check_dict(indic, template):
return all(item in indic.items() for item in template.items())