- Add `_support` attribute and `support` property to `DistMixin` to indicate the support of the probability distribution
- Add `_check_support` internal method that checks if a given value lies within the support of the distribution, and if not, shows a warning
- Set `_type` attribute for `ContinuousDistMixin` and `DiscreteDistMixin` to "continuous" and "discrete", respectively
- Set the support of all the distribution classes in `wnb.dist` module in their `_support_` attribute