def bulk_hotels_load(): from cycu.models_cycu import hotelModel hm = hotelModel() hm.bulkCreateHotels()
def hotels_load(): from cycu.models_cycu import hotelModel hm = hotelModel() hm.createHotels()