Files
FastAnime/examples/plugins/player/plugin.info.toml
2025-08-18 16:20:48 +03:00

10 lines
214 B
TOML

[plugin]
name = "Multi-File Provider Plugin"
version = "1.0.0"
description = "A demo plugin with multiple Python files"
author = "Viu Developer"
requires_python = ">=3.11"
[components]
player = "player:VlcPlayer"