Getting Started
Installation
uv add pymordial
# or
pip install pymordial
Setup
Pymordial is a library, not an application. To use it, you must either:
1. Use an existing platform extension (e.g. pymordialblue).
2. Implement your own Controller and App classes.
See Extending Pymordial for details on building custom implementations.