mirror of
https://gitee.com/openharmony/third_party_pyyaml
synced 2024-11-23 15:30:46 +00:00
10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
|
{
|
||
|
"Block tasks": [
|
||
|
("meeting", "with team."),
|
||
|
("meeting", "with boss."),
|
||
|
("break", "lunch."),
|
||
|
("meeting", "with client."),
|
||
|
],
|
||
|
"Flow tasks": [ ("meeting", "with team"), ("meeting", "with boss") ],
|
||
|
}
|