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