Breaking changes
1. Import style changed to not specify submodules. E.g. `from pykusto import PyKustoClient` instead of `from pykusto.client import PyKustoClient`
2. Internal facing classes were moved under `_src` to avoid being imported.
3. `has_cs` function deleted, instead use `has` with `True` as the second argument.
Other changes
1. A convenient list of all externally-facing classes as the autocomplete of `from pykusto import `