forked from mariajosecanture/python_project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.py
More file actions
12 lines (10 loc) · 821 Bytes
/
Copy pathdata.py
File metadata and controls
12 lines (10 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
"""
# -- --------------------------------------------------------------------------------------------------- -- #
# -- project: A SHORT DESCRIPTION OF THE PROJECT -- #
# -- script: data.py : python script for data collection -- #
# -- author: YOUR GITHUB USER NAME -- #
# -- license: GPL-3.0 License -- #
# -- repository: YOUR REPOSITORY URL -- #
# -- --------------------------------------------------------------------------------------------------- -- #
"""
dict_test = {'key_a': 'a', 'key_b': 'b'}