only db from api
This commit is contained in:
parent
da41253583
commit
c2bba92e39
4 changed files with 15 additions and 42 deletions
|
|
@ -1,6 +1,8 @@
|
|||
from typing import Callable, Tuple
|
||||
|
||||
from pydantic import BaseModel
|
||||
from learn_sql_model.optional import _optional_import_
|
||||
pygame = _optional_import_('pygame', group='game')
|
||||
|
||||
|
||||
screen_sizes = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue