Add Photo and worklog_photos to __all__ for improved module exports
This commit is contained in:
parent
19d1c31984
commit
92dce08d1c
1 changed files with 5 additions and 1 deletions
|
@ -11,6 +11,8 @@ from .users import User
|
|||
from .work_log import WorkLog
|
||||
from .rooms import Room
|
||||
from .work_note import WorkNote
|
||||
from .photo import Photo
|
||||
from .photo_links import worklog_photos
|
||||
|
||||
__all__ = [
|
||||
"db",
|
||||
|
@ -22,5 +24,7 @@ __all__ = [
|
|||
"User",
|
||||
"WorkLog",
|
||||
"Room",
|
||||
"WorkNote"
|
||||
"WorkNote",
|
||||
"Photo",
|
||||
"worklog_photos"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue