File size: 251 Bytes
8ede856
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
from __future__ import annotations

from astrbot.core.utils.quoted_message.extractor import (
    extract_quoted_message_images,
    extract_quoted_message_text,
)

__all__ = [
    "extract_quoted_message_text",
    "extract_quoted_message_images",
]