Files
beavergram/backend/src/userbot/modules/avatars/__init__.py
T

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"]