hsdb module¶
-
hsdb.add_anime(name, id)[source]¶ This function adds an anime to the database and print weither it works or not
Parameters: - name – Name of the anime to be added
- id – Episod number
-
hsdb.delete_anime(name)[source]¶ This function deletes an anime and print weither it works or not
Parameters: name – Name of the anime to be deleted
-
hsdb.get_animes()[source]¶ This function returns all the animes in the database
Returns: A tuple of animes