Files
pyasic/config_tool.py
2021-11-03 13:38:39 -06:00

5 lines
65 B
Python

from cfg_util import main
if __name__ == '__main__':
main()