mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 15:50:01 -08:00
11 lines
304 B
TOML
11 lines
304 B
TOML
[plugin]
|
|
name = "Example Provider Plugin"
|
|
version = "1.0.0"
|
|
description = "A demo provider plugin for testing the viu plugin system"
|
|
author = "Viu Developer"
|
|
homepage = "https://github.com/example/viu-example-plugin"
|
|
requires_python = ">=3.11"
|
|
|
|
[components]
|
|
provider = "example_provider:ExampleProvider"
|