mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-28 05:27:06 -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
|