Skip to content
Snippets Groups Projects
Unverified Commit b0d164c7 authored by Siraj R Aizlewood's avatar Siraj R Aizlewood
Browse files

Added Explanation about Base Class Being a Placeholder

parent 172a486c
No related branches found
No related tags found
No related merge requests found
from pydantic.v1 import BaseModel
class BaseIndex(BaseModel):
# Currently just a placedholder until more indexing methods are added and common attributes/methods are identified.
pass
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment