1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 18:19:26 +08:00
Files
Alas/pydep/tools/builder.py
2025-08-10 17:33:27 +08:00

10 lines
129 B
Python

class PackageBuilder:
def configure(self):
...
def build(self):
...
def install(self):
...