mirror of
https://github.com/Foltik/dotfiles
synced 2025-01-22 06:50:57 -05:00
6 lines
92 B
Python
6 lines
92 B
Python
from subprocess import call
|
|
from lib.parse import Package
|
|
|
|
def configure(package):
|
|
pass
|