mirror of
https://github.com/yaml/pyyaml.git
synced 2026-02-06 18:00:08 +00:00
10 lines
242 B
Text
10 lines
242 B
Text
|
|
{
|
||
|
|
"Block tasks": [
|
||
|
|
("meeting", "with team."),
|
||
|
|
("meeting", "with boss."),
|
||
|
|
("break", "lunch."),
|
||
|
|
("meeting", "with client."),
|
||
|
|
],
|
||
|
|
"Flow tasks": [ ("meeting", "with team"), ("meeting", "with boss") ],
|
||
|
|
}
|