mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2025-03-22 19:27:11 +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
|
||||
htmlcov/
|
||||
*.py,cover
|
||||
/.vs/fimfarchive/v15
|
||||
/.vs
|
||||
|
|
|
@ -145,3 +145,68 @@ class Story:
|
|||
kwargs.update(params)
|
||||
|
||||
return type(self)(**kwargs)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#
|
||||
#
|
||||
# \o/
|
||||
# |
|
||||
# --^----------
|
||||
#
|
Loading…
Add table
Reference in a new issue