class documentation

A generic config making it easier to find all sources related to databricks.

```python store = await ContractStore.from_dir()

store.sources_of_type(
DatabricksSource, lambda databricks: databricks.source = ...

)

Class Variable config Undocumented