Files
pyasic/config_tool.py
2021-11-05 08:43:26 -06:00

5 lines
65 B
Python

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