DistScripts/main.py
2025-03-24 02:01:21 +03:00

5 lines
71 B
Python

from dist_scripts import build
if __name__ == '__main__':
build()