diff --git a/test.py b/test.py deleted file mode 100644 index 0275502..0000000 --- a/test.py +++ /dev/null @@ -1,10 +0,0 @@ -from api.trakt.client import TraktClient - -client = TraktClient() -shows_instance = client.shows() - -for show in shows_instance.get_trending(): - print(show.title) - -for show in shows_instance.get_popular(): - print(show.title) \ No newline at end of file