Add lib
This commit is contained in:
5
lib/ShazamIO/shazamio/schemas/urls.py
Normal file
5
lib/ShazamIO/shazamio/schemas/urls.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class UrlDTO(BaseModel):
|
||||
url: str
|
||||
Reference in New Issue
Block a user