githubexplorer / app /models /symbols.py
Kareman's picture
initial commit: full implemntation of git explorer project
acc643d
Raw
History Blame Contribute Delete
97 Bytes
from pydantic import BaseModel
class Symbol(BaseModel):
name: str
qualified_name: str