5 lines
71 B
Python
5 lines
71 B
Python
from dist_scripts import build
|
|
|
|
if __name__ == '__main__':
|
|
build()
|