diff --git a/itchiodl/library.py b/itchiodl/library.py index bd0e119..855c999 100644 --- a/itchiodl/library.py +++ b/itchiodl/library.py @@ -8,6 +8,7 @@ from bs4 import BeautifulSoup from itchiodl.game import Game from itchiodl.utils import NoDownloadError + class Library: """Representation of a user's game library"""