mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-08 22:22:17 +02:00
7 lines
268 B
Python
7 lines
268 B
Python
|
|
"""``youtube.*`` namespace: platform-native YouTube data verbs."""
|
||
|
|
|
||
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
from app.capabilities.youtube.comments import definition as _comments # noqa: F401
|
||
|
|
from app.capabilities.youtube.scrape import definition as _scrape # noqa: F401
|