Return an instance of the `LegacyEmExtension`
(**kwargs)
| 55 | |
| 56 | |
| 57 | def makeExtension(**kwargs): # pragma: no cover |
| 58 | """ Return an instance of the `LegacyEmExtension` """ |
| 59 | return LegacyEmExtension(**kwargs) |
nothing calls this directly
no test coverage detected