Files
pyasic/config_tool.py
2021-11-03 14:45:31 -06:00

4 lines
64 B
Python

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