From 65e62656f544965c7a62bd6ec36bbc81b99a219d Mon Sep 17 00:00:00 2001 From: swee Date: Tue, 21 Jan 2025 16:16:51 -0800 Subject: [PATCH] Add modules/cfd1.py --- modules/cfd1.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/cfd1.py diff --git a/modules/cfd1.py b/modules/cfd1.py new file mode 100644 index 0000000..8246a31 --- /dev/null +++ b/modules/cfd1.py @@ -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 \ No newline at end of file