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

7 lines
162 B
Elixir
Raw Normal View History

2024-02-29 21:31:42 +02:00
import Ecto.Query
import Ecto.Changeset
2024-05-27 14:23:07 +02:00
alias Algora.{Admin, Accounts, Library, Repo, Storage, Cache, ML, Shows}
2024-02-29 21:31:42 +02:00
IEx.configure(inspect: [charlists: :as_lists])