## Description
For an easy CLI setup (it does not support PTBs yet), adds an entry
function which shares the Kiosk and transfers the KioskOwnerCap to the
tx sender. This is the most common setup for the Kiosk.
## Test Plan
---
### Type of Change (Check all that apply)
- [x] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration
### Release notes
- adds `sui::kiosk::default()` function for an easy Kiosk setup
- adds `sui::transfer_policy::default()` function for an easy TP setup