Skip to content

Commit

Permalink
Separate helper templates into their own files
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanhakim-as committed Aug 25, 2023
1 parent 830f211 commit 07b4044
Show file tree
Hide file tree
Showing 9 changed files with 960 additions and 968 deletions.
8 changes: 8 additions & 0 deletions mika/telego/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 "telego.celery-init-py" -}}
from .celery import app as celery_app

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

0 comments on commit 07b4044

Please sign in to comment.