fda
Browse files
controllers/gpt_enginner20240701074152
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit ec578a9e1741b6301c5c99e46ea3f75feb1f04d6
|
controllers/gpt_enginner20240701074300
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit f90a7589827b2819b9964c3e7a9940078e1f88a1
|
routers/gra_04_database/rides.py
CHANGED
@@ -4,6 +4,7 @@ from dataclasses import dataclass, field
|
|
4 |
from typing import List, Optional
|
5 |
from mysite.interpreter.process import no_process_file,process_file
|
6 |
import os
|
|
|
7 |
@dataclass
|
8 |
class Ride:
|
9 |
ride_id: Optional[int] = field(default=None)
|
|
|
4 |
from typing import List, Optional
|
5 |
from mysite.interpreter.process import no_process_file,process_file
|
6 |
import os
|
7 |
+
#
|
8 |
@dataclass
|
9 |
class Ride:
|
10 |
ride_id: Optional[int] = field(default=None)
|