Skip to content
Snippets Groups Projects
Commit 0393c22c authored by gabriele-h's avatar gabriele-h
Browse files

Set up package structure

parent 80b5e494
No related branches found
No related tags found
No related merge requests found
name = "catalogue-onb-labs"
from catalogue.sru import almasru as almasru
from catalogue.sru import onbsru as onbsru
from catalogue.marc_tools import marc_extractor as marc_extractor
__all__ = ["marc_extractor.py"]
__all__= ["almasru", "onbsru"]
"""almasru with ONB defaults."""
import re
import almasru
from catalogue.sru import almasru as almasru
class OnbRecordRetriever(almasru.RecordRetriever):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment