#!/usr/bin/python3

import sys
from pyspecdata.datadir import genconfig

if __name__ == '__main__':
    sys.exit(genconfig())
