diff --git a/.gitignore b/.gitignore index cef1bd7..a56a0fe 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,6 @@ venv/ coverage.xml htmlcov/ *.py,cover + +# Visual studio +/.vs diff --git a/fimfarchive/stories.py b/fimfarchive/stories.py index 7d80b27..4ec8cac 100644 --- a/fimfarchive/stories.py +++ b/fimfarchive/stories.py @@ -145,3 +145,68 @@ class Story: kwargs.update(params) return type(self)(**kwargs) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +# +# +# \o/ +# | +# --^---------- +# \ No newline at end of file