def __init__(self): self.__user_collection = Connection.connect("user")
def __init__(self): self.__theater_collection = Connection.connect("theater") self.__movie_collection = Connection.connect("movie_index") self.__booked_movie_collection = Connection.connect( "booked_movie_ticket")