mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-22 21:46:17 +03:00
6 lines
52 B
Python
6 lines
52 B
Python
"""Photo entities module."""
|
|
|
|
|
|
class Photo:
|
|
...
|