YouTubeLoader / bot /ui /parse.py
understanding's picture
Create parse.py
a2e20b8 verified
raw
history blame contribute delete
121 Bytes
# PATH: bot/ui/parse.py
from __future__ import annotations
from bot.ui.callbacks import parse_cb
__all__ = ["parse_cb"]