mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-24 12:26:05 -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
|