diff --git a/test.py b/test.py deleted file mode 100644 index c26ae23..0000000 --- a/test.py +++ /dev/null @@ -1,13 +0,0 @@ -import AO3 - -work = AO3.Work(37522864) - -print(f"TAGS: {work.tags}") -print(f"PUBLISHED: {work.date_published}") -print(f"UPDATED: {work.date_updated}") - -e = len(work.chapters) -e = work.id -e = work.chapters[0].text -e = work.chapters[0].title -e = work.chapters[0].text \ No newline at end of file