from .lib import public_fn

# PublicClass is exported but never instantiated -> orphan.

print(public_fn(41))
