initial commit for GitHub

This commit is contained in:
Lucas Jensen
2024-12-01 19:15:25 -08:00
commit 925b334e4c
91 changed files with 8031 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from .albums import Album, Artist
from .artwork import Artwork, Medium
from .bio import Bio, ProfessionalService, SocialUrl
from .quotes import Quote
from .video import Video