layed out the page structure

This commit is contained in:
Lars Noack
2023-01-23 14:53:35 +01:00
parent e51d4ca467
commit 68031b9cdd
3 changed files with 70 additions and 14 deletions

View File

@@ -1,9 +1,12 @@
from . import (
song,
metadata,
source
source,
parents
)
MusicObject = parents.DatabaseObject
ID3_MAPPING = metadata.Mapping
ID3Timestamp = metadata.ID3Timestamp