from . import medicine from . import scan def register_at(app): medicine.register_at(app) scan.register_at(app)