mirror of
https://github.com/run-llama/study-llama.git
synced 2026-07-01 20:54:01 -04:00
13 lines
212 B
Python
13 lines
212 B
Python
# Code generated by sqlc. DO NOT EDIT.
|
|
# versions:
|
|
# sqlc v1.30.0
|
|
import pydantic
|
|
|
|
|
|
class Rule(pydantic.BaseModel):
|
|
id: int
|
|
username: str
|
|
rule_name: str
|
|
rule_type: str
|
|
rule_description: str
|