Skip to content

Commit

Permalink
Separate helper templates
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanhakim-as committed Sep 6, 2023
1 parent b7365e2 commit 614476a
Show file tree
Hide file tree
Showing 9 changed files with 974 additions and 982 deletions.
8 changes: 8 additions & 0 deletions mika/rizz/templates/__init__.py.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{{/*
Celery /base/base/__init__.py template
*/}}
{{- define "rizz.celery-init-py" -}}
from .celery import app as celery_app

__all__ = ("celery_app",)
{{- end }}
Loading

0 comments on commit 614476a

Please sign in to comment.