mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-16 23:01:06 +02:00
5 lines
181 B
Python
5 lines
181 B
Python
"""``tiktok.*`` namespace: platform-native TikTok data verbs."""
|
|
|
|
from __future__ import annotations
|
|
|
|
from app.capabilities.tiktok.scrape import definition as _scrape # noqa: F401
|