#!/home/ldelisle/.conda/envs/baredSC/bin/python
# -*- coding: utf-8 -*-

from baredSC.baredSC_1d import main

if __name__ == "__main__":
    main()
