minimal working
This commit is contained in:
3
app/tasks.py
Normal file
3
app/tasks.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def example_task(n: int) -> int:
|
||||
""" Example task"""
|
||||
return n**n
|
Reference in New Issue
Block a user