Formatting

This commit is contained in:
Nathan Thomas 2024-05-14 16:27:05 -07:00
parent 0279ef563b
commit 6ac00abba8

View file

@ -1,4 +1,5 @@
"""Manages the information that will be embeded in the audio file.""" """Manages the information that will be embeded in the audio file."""
from . import util from . import util
from .album import AlbumInfo, AlbumMetadata from .album import AlbumInfo, AlbumMetadata
from .artist import ArtistMetadata from .artist import ArtistMetadata