mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-10-18 17:54:34 +03:00
6 lines
76 B
Python
6 lines
76 B
Python
"""Photos bundle entities module."""
|
|
|
|
|
|
class Photo:
|
|
"""Photo entity."""
|