standardize packaging, tooling, docs, CI, and licensing
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
from typing import Optional
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
from omniread import (
|
||||
# core
|
||||
Content,
|
||||
|
||||
# html
|
||||
HTMLParser,
|
||||
)
|
||||
|
||||
|
||||
class ParsedTableHTML(BaseModel):
|
||||
title: Optional[str]
|
||||
title: str | None
|
||||
table: list[list[str]]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user