Child: [946cd9] (diff)

Download this file

attachments.py    9 lines (6 with data), 275 Bytes

1
2
3
4
5
6
7
8
from forgewiki.command.wiki2markdown.base import BaseImportUnit
class AttachmentsImportUnit(BaseImportUnit):
def extract(self):
raise NotImplementedError('add here data extraction')
def load(self):
raise NotImplementedError('add here data loading')