This commit is contained in:
parent
5646824f40
commit
65e62656f5
1 changed files with 6 additions and 0 deletions
6
modules/cfd1.py
Normal file
6
modules/cfd1.py
Normal 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
|
Loading…
Add table
Reference in a new issue