]> jfr.im git - yt-dlp.git/blob - test/testdata/yt_dlp_plugins/postprocessor/normal.py
Improve plugin architecture (#5553)
[yt-dlp.git] / test / testdata / yt_dlp_plugins / postprocessor / normal.py
1 from yt_dlp.postprocessor.common import PostProcessor
2
3
4 class NormalPluginPP(PostProcessor):
5 pass