Skip to content
Snippets Groups Projects

Adjusted Package Entry-point

2 files
+ 463
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 9
0
import numpy as np
from pydantic import BaseModel
from . import AffineType
class Affine(BaseModel):
type: AffineType
memory: float = np.Inf
Loading