dosei-sdk
is the official Dosei SDK for Python
You can install and configure dosei-sdk
using this command:
pip install -U dosei-sdk
from dosei_sdk import Dosei
dosei = Dosei()
@dosei.cron_job("* * * * *")
def cron_job():
print("hello world!")