Scott Baker | 5552b40 | 2017-06-07 15:48:53 -0700 | [diff] [blame] | 1 | from synchronizers.new_base.modelaccessor import * |
2 | from synchronizers.new_base.model_policies.model_policy_tenantwithcontainer import TenantWithContainerPolicy | ||||
3 | |||||
4 | class ExampleTenantPolicy(TenantWithContainerPolicy): | ||||
5 | model_name = "ExampleTenant" |