Exemplo n.º 1
0
 def __init__(self):
     self.__user_collection = Connection.connect("user")
Exemplo n.º 2
0
 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")