mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2025-12-27 22:57:50 +01:00
7 lines
163 B
Python
7 lines
163 B
Python
from database.models.components.progress_step import ProgressStep
|
|
|
|
|
|
class EnvironmentSetup(ProgressStep):
|
|
class Meta:
|
|
table_name = 'environment_setup'
|