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