5 lines
166 B
Python
5 lines
166 B
Python
from userbot.modules.avatars.downloader import capture_avatar
|
|
from userbot.modules.avatars.repository import note_avatar
|
|
|
|
__all__ = ["capture_avatar", "note_avatar"]
|