mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-15 16:36:45 +03:00
5 lines
141 B
Python
5 lines
141 B
Python
from iSponsorBlockTV import setup_wizard
|
|
from iSponsorBlockTV.helpers import Config
|
|
|
|
config = Config("config.json")
|
|
setup_wizard.main(config) |