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.