mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2025-03-23 19:57:12 +01:00
added a little happy man
This commit is contained in:
parent
df0282692f
commit
5922c7a934
2 changed files with 67 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -36,3 +36,5 @@ venv/
|
||||||
coverage.xml
|
coverage.xml
|
||||||
htmlcov/
|
htmlcov/
|
||||||
*.py,cover
|
*.py,cover
|
||||||
|
/.vs/fimfarchive/v15
|
||||||
|
/.vs
|
||||||
|
|
|
@ -145,3 +145,68 @@ class Story:
|
||||||
kwargs.update(params)
|
kwargs.update(params)
|
||||||
|
|
||||||
return type(self)(**kwargs)
|
return type(self)(**kwargs)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# \o/
|
||||||
|
# |
|
||||||
|
# --^----------
|
||||||
|
#
|
Loading…
Add table
Reference in a new issue