refactored location of config utility, and changed sizing of some items

This commit is contained in:
UpstreamData
2022-01-31 09:10:23 -07:00
parent 54c7e996db
commit c489a4bed9
16 changed files with 29 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
from cfg_util import main
from tools.cfg_util import main
if __name__ == '__main__':
main()