interim commit
This commit is contained in:
parent
864ef4d525
commit
cb914cb65e
4 changed files with 91 additions and 1 deletions
|
|
@ -5,3 +5,10 @@ Created on Fri Jul 5 14:42:47 2013
|
|||
@author: shanef
|
||||
"""
|
||||
|
||||
class TVShow:
|
||||
def __init__(self, episode, season, title, subtitle, description):
|
||||
self.episode = episode
|
||||
self.season = season
|
||||
self.title = title
|
||||
self.subtitle = subtitle
|
||||
self.description = description
|
||||
Loading…
Add table
Add a link
Reference in a new issue