| 46 | |
| 47 | |
| 48 | class TestConfigurable(Configurable): |
| 49 | @classmethod |
| 50 | def configurable_base(cls): |
| 51 | return TestConfigurable |
| 52 | |
| 53 | @classmethod |
| 54 | def configurable_default(cls): |
| 55 | return TestConfig1 |
| 56 | |
| 57 | |
| 58 | class TestConfig1(TestConfigurable): |
no outgoing calls