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