Files
music_library/lib/music_library.ex
T
2024-11-10 14:03:56 +00:00

10 lines
407 B
Elixir

defmodule MusicLibrary do
@moduledoc """
Important contexts:
- `MusicLibrary.Records` contains functions to access and manipulate records _irrespectively_ of being in the collection or wishlist
- `MusicLibrary.Collection` contains functions to access and manipulate records in the collection
- `MusicLibrary.Wishlist` contains functions to access and manipulate records in the wishlist
"""
end