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