# `PhoenixKitCatalogue.Import.Source`
[🔗](https://github.com/BeamLabEU/phoenix_kit_catalogue/blob/v0.19.1/lib/phoenix_kit_catalogue/import/source.ex#L1)

Behaviour for import sources — the inbound mirror of Export.Destination.

# `accept`

```elixir
@callback accept() :: [String.t()]
```

# `flow`

```elixir
@callback flow() :: :mapping | :sync
```

# `formats`

```elixir
@callback formats() :: [{atom(), String.t()}]
```

# `key`

```elixir
@callback key() :: atom()
```

# `label`

```elixir
@callback label() :: String.t()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
