daqc's picture
Refactor app entry point and initialize env variables
5c32957
raw
history blame
88 Bytes
from synthetic_dataset_generator import launch
if __name__ == "__main__":
launch()