mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-25 06:37:58 +01:00
Add member declaration to stampers module
This commit is contained in:
parent
c9eadd0c92
commit
0a862abcd0
2 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,11 @@ from typing import Any, Dict
|
|||
from fimfarchive.stories import Story
|
||||
|
||||
|
||||
__all__ = (
|
||||
'Stamper',
|
||||
)
|
||||
|
||||
|
||||
class Stamper:
|
||||
"""
|
||||
Adds archive-related information to stories.
|
||||
|
|
|
@ -33,6 +33,7 @@ MODULES = (
|
|||
'mappers',
|
||||
'selectors',
|
||||
'signals',
|
||||
'stampers',
|
||||
'stories',
|
||||
'tasks',
|
||||
'utils',
|
||||
|
|
Loading…
Reference in a new issue