mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-25 07:46:28 +00:00
6 lines
169 B
Python
6 lines
169 B
Python
|
|
|
|
def tasks(tasklist, manifest):
|
|
from user_packages import AddUserPackages, AddLocalUserPackages
|
|
tasklist.add(AddUserPackages())
|
|
tasklist.add(AddLocalUserPackages())
|