Add member declaration to stampers module

This commit is contained in:
Joakim Soderlund 2017-11-04 16:08:19 +01:00
parent c9eadd0c92
commit 0a862abcd0
2 changed files with 6 additions and 0 deletions

View file

@ -27,6 +27,11 @@ from typing import Any, Dict
from fimfarchive.stories import Story
__all__ = (
'Stamper',
)
class Stamper:
"""
Adds archive-related information to stories.

View file

@ -33,6 +33,7 @@ MODULES = (
'mappers',
'selectors',
'signals',
'stampers',
'stories',
'tasks',
'utils',