Add modules/cfd1.py
All checks were successful
/ check (push) Successful in 21s

This commit is contained in:
Nova Cat 2025-01-21 16:16:51 -08:00
parent 5646824f40
commit 65e62656f5

6
modules/cfd1.py Normal file
View file

@ -0,0 +1,6 @@
import requests, os
__ircat_type__ = "sql.provider" # The type of module
__ircat_requires__ = ["cf_accountid", "cf_apitoken", "cf_d1database"] # The required config.yml entries.
class broker:
def __init__(self, cf_accountid, cf_apitoken, cf_d1database):
pass