from django.apps import AppConfig class MastodonConfig(AppConfig): name = "mastodon" def ready(self): # register cron jobs pass # isort:skip