Cleaned and improved
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
"""Models module."""
|
||||
from .tv_show import TVShow, ShowStatus, validate_tv_shows_structure
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
"""Models module."""
|
||||
from .tv_show import TVShow, ShowStatus, validate_tv_shows_structure
|
||||