mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 18:19:26 +08:00
10 lines
129 B
Python
10 lines
129 B
Python
class PackageBuilder:
|
|
def configure(self):
|
|
...
|
|
|
|
def build(self):
|
|
...
|
|
|
|
def install(self):
|
|
...
|