Move obsidian-related imports under Obsidian

This commit is contained in:
Claudio Ortolina
2024-09-24 09:21:13 +01:00
parent d97f21a8ef
commit b6ae022a6a
5 changed files with 52 additions and 43 deletions
+3
View File
@@ -0,0 +1,3 @@
defmodule Obsidian.Entry do
defstruct [:type, :musicbrainz_id, :title, :year, :image_url, :genres]
end