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

Function setup

openlibrary/plugins/inside/code.py:33–39  ·  view source on GitHub ↗

This is just here to make sure this file is imported. Simply defining the class above as a subclass of delegate.page is enough for it to be in effect.

()

Source from the content-addressed store, hash-verified

31
32
33def setup():
34 """
35 This is just here to make sure this file is imported.
36 Simply defining the class above as a subclass of delegate.page is enough
37 for it to be in effect.
38 """
39 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected