import horizon from horizon.test.test_dashboards.dogs import dashboard class Puppies(horizon.Panel): name = _("Puppies") [docs] slug = "puppies" dashboard.Dogs.register(Puppies)
Enter search terms or a module, class or function name.