mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-12-17 23:20:21 +00:00
5 lines
97 B
Python
5 lines
97 B
Python
|
|
|
|
def tasks(tasklist, manifest):
|
|
from buildmetadata import PrintInfo
|
|
tasklist.add(PrintInfo())
|