mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-06 10:41:06 -08:00
17 lines
338 B
Python
17 lines
338 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
|
|
Copyright (C) 2024-2025 plugin.video.youtube
|
|
|
|
SPDX-License-Identifier: GPL-2.0-only
|
|
See LICENSES/GPL-2.0-only for more information.
|
|
"""
|
|
|
|
from __future__ import absolute_import, division, unicode_literals
|
|
|
|
import sys
|
|
|
|
from youtube_plugin.kodion import script_actions
|
|
|
|
|
|
script_actions.run(sys.argv)
|