Format
Magento\Directory\Model\ResourceModel\Country\Format
What it does
This resource model manages database operations for country address formats in Magento 2.
It defines how address formats are stored and retrieved from the directory_country_format table, ensuring that each country can only have one format per type (like HTML or PDF).
Developers would interact with this indirectly through the Directory module when customizing address display formats for different countries.