mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 05:17:59 +01:00
Add member declaration to mappers module
This commit is contained in:
parent
86559d9d5d
commit
db1b1fdadc
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@ Mappers for Fimfarchive.
|
|||
import os
|
||||
|
||||
|
||||
__all__ = (
|
||||
'Mapper',
|
||||
'StaticMapper',
|
||||
'StoryPathMapper',
|
||||
)
|
||||
|
||||
|
||||
class Mapper:
|
||||
"""
|
||||
Callable which maps something to something else.
|
||||
|
|
Loading…
Reference in a new issue