4 lines
90 B
Python
4 lines
90 B
Python
|
from src.build import build
|
||
|
import config
|
||
|
if __name__ == "__main__": build(config.config)
|