Refactoring for new config setup

This commit is contained in:
erinhmclark
2025-01-27 19:03:02 +00:00
parent e3074013d0
commit e1a9373336
52 changed files with 219 additions and 242 deletions

View File

@@ -1,9 +1,9 @@
import json, gspread
from ..core import Step
from ..core import BaseModule
class Gsheets(Step):
class Gsheets(BaseModule):
name = "gsheets"
def __init__(self, config: dict) -> None: