import Tenancy from './Tenancy'

const Stancl = {
    Tenancy: Object.assign(Tenancy, Tenancy),
}

export default Stancl