v0.1.1 - Intersection Operator
✨ New Features
- Intersection operator for creating markets: market = demand & supply
- Works in both directions: supply & demand gives the same result
- More Pythonic and intuitive than Market(demand, supply)
v0.1.1 - Intersection Operator
✨ New Features