mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-09 13:26:44 +03:00
6 lines
147 B
Python
6 lines
147 B
Python
from iSponsorBlockTV import setup_wizard
|
|
from iSponsorBlockTV.helpers import Config
|
|
|
|
config = Config("data/config.json")
|
|
setup_wizard.main(config)
|