Here is how we override Address edit in Magento 2.3
the new class `Edit.php`
class Edit extends \Magento\Customer\Block\Address\Edit
{
}
I want to know for email , what class it extends from (I mean instead of `\Magento\Customer\Block\Address\Edit`)
What should I write
Thanks in advance