This repository has been archived on 2026-04-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
watch-together-yandex-disk/web/custom_widgets/__init__.py
T
2025-07-23 03:54:36 +03:00

6 lines
307 B
Python

from web.custom_widgets.header import draw_header
from web.custom_widgets.content_dialog import ContentDialog
from web.custom_widgets.content_card import ContentCard
from web.custom_widgets.PlyrVideoPlayer import PlyrVideoPlayer
__all__ = ["draw_header", "ContentDialog", "ContentCard", "PlyrVideoPlayer",]