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