mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2025-12-28 15:17:53 +01:00
7 lines
161 B
Python
7 lines
161 B
Python
from database.models.components.progress_step import ProgressStep
|
|
|
|
|
|
class EnvironmentSetup(ProgressStep):
|
|
class Meta:
|
|
db_table = 'environment_setup'
|