1
0
mirror of https://github.com/algora-io/tv.git synced 2024-11-16 00:58:59 +02:00
algora-tv/.iex.exs
2024-08-15 18:02:56 +03:00

7 lines
162 B
Elixir

import Ecto.Query
import Ecto.Changeset
alias Algora.{Admin, Accounts, Library, Repo, Storage, Cache, ML, Shows}
IEx.configure(inspect: [charlists: :as_lists])