WUT_Computer_Science/analitics/Ranting.py

10 lines
210 B
Python
Raw Normal View History

class Ranting:
def __init__(self, id, movie_id, user_id, ranting, time):
self.id=id
self.movie_id=movie_id
self.user_id=user_id
self.ranting=ranting
self.time=time