svitvojimilioni
590a43b28e
- config didn't work now it's working properly - it takes config from envirionment variable FLASK_CONFIG - if no such variable exists it uses Development config as default
4 lines
73 B
Python
4 lines
73 B
Python
def example_task(n: int) -> int:
|
|
""" Example task"""
|
|
return n**n
|