1
0
mirror of https://github.com/quay/quay.git synced 2025-04-18 10:44:06 +03:00
quay/singletons/avatar.py
2022-06-16 18:44:13 +02:00

5 lines
90 B
Python

from avatars.avatars import Avatar
from singletons.app import _app
avatar = Avatar(_app)