Made imports pythonic

This commit is contained in:
2022-12-11 14:52:09 -06:00
parent 1e7ad1ea34
commit 9db3dea48a
9 changed files with 41 additions and 20 deletions

View File

@@ -1,5 +1,6 @@
# Python imports
import os, json
import os
import json
from os.path import join
# Lib imports