02alexander's picture
copy code to this repo
71d5bf5
raw
history blame contribute delete
141 Bytes
from __future__ import annotations
import torch
class Renderer:
def __init__(self):
pass
def forward(self):
pass