# `Astro.Supervisor`
[🔗](https://github.com/kipcole9/astro/blob/v2.1.0/lib/supervisor.ex#L1)

Provides a supervision tree under which
the required TzWorld backend server can
be started.

# `start_link`

Starts a TzWorld backend module that
manages the time zone data required for
Astro to operate.

The backend process is started under a
supervisor called Astro.Supervisor.

---

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