mirror of
https://github.com/quay/quay.git
synced 2025-04-18 10:44:06 +03:00
5 lines
90 B
Python
5 lines
90 B
Python
from avatars.avatars import Avatar
|
|
from singletons.app import _app
|
|
|
|
avatar = Avatar(_app)
|