I'm trying to create
but I get
Looking around, somethings I see that might be useful
tomlkit.items.Table(..., is_super_table) but am unclear where I apply it and what problems I need to avoid vs what is enforced for me
tomlkit.items.Key supports a type and dotted but it is unclear what should be done.
- Even if I pass
dotted=True, it looks like it'll still get a Basic type and be quoted. So I need to specify both Bare and dotted?