tasks.py 65 B

12345678
  1. from invoke import task
  2. @task
  3. def demo(c):
  4. """"""
  5. pass