forked from cromer/pamac-classic
7 lines
89 B
Python
Executable File
7 lines
89 B
Python
Executable File
#! /usr/bin/python3
|
|
# -*- coding:utf-8 -*-
|
|
|
|
from pamac import main
|
|
|
|
main.main('manager')
|