php-crossover-calculator/src/Scientific/Impedance.php

8 lines
69 B
PHP

<?php
namespace Scientific;
class Impedance extends Resistance
{
}