python-dependency-injector/examples/miniapps/bundles_v2/bundles/photos/entities.py
2018-01-19 22:25:09 +02:00

6 lines
84 B
Python

"""Photos bundle entities module."""
class Photo(object):
"""Photo entity."""