MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / setup

Function setup

openlibrary/admin/code.py:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28
29def setup():
30 # load templates from this package so that they are available via render_template
31 from infogami.utils import template
32
33 template.load_templates(os.path.dirname(__file__))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected