test
This commit is contained in:
14
tidal_dl_ng/model/meta.py
Normal file
14
tidal_dl_ng/model/meta.py
Normal file
@ -0,0 +1,14 @@
|
||||
from dataclasses import dataclass
|
||||
|
||||
|
||||
@dataclass
|
||||
class ReleaseLatest:
|
||||
version: str
|
||||
url: str
|
||||
release_info: str
|
||||
|
||||
|
||||
@dataclass
|
||||
class ProjectInformation:
|
||||
version: str
|
||||
repository_url: str
|
Reference in New Issue
Block a user