Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MainKronos committed Mar 27, 2023
1 parent fa82a2c commit 8c2ff74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions animeworld/servers/Server.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class Server:
Methods:
- `download`: Scarica l'episodio.
- `fileInfo`: Recupera le informazioni del file dell'episodio.
- `fileLink`: Recupera il link diretto per il download del file dell'episodio.
"""

def __init__(self, link: str, Nid: int, name: str, number: str):
Expand Down

0 comments on commit 8c2ff74

Please sign in to comment.