mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-24 02:24:02 +03:00
6 lines
52 B
Python
6 lines
52 B
Python
|
"""Photo entities module."""
|
||
|
|
||
|
|
||
|
class Photo:
|
||
|
...
|