class Lutaml::Model::TomlAdapter::TomlDocument

def self.parse(toml)

def self.parse(toml)
  raise NotImplementedError, "Subclasses must implement `parse`."
end