switched cfg_util over to new version

This commit is contained in:
UpstreamData
2022-05-06 16:20:02 -06:00
parent 09660e1934
commit a8c685a883
24 changed files with 81 additions and 64 deletions

View File

@@ -1 +1,10 @@
from tools.cfg_util.cfg_util_sg import main
from .ui import ui
import asyncio
def main():
asyncio.run(ui())
if __name__ == "__main__":
main()