revert: Revert relative imports in scripts and fix imports in tests

This commit is contained in:
Drikus Roor
2023-04-11 20:07:40 +02:00
committed by Drikus Roor
parent 28cf7c3f83
commit f34751a0c3
7 changed files with 12 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
import re
import json
from .config import Config
from config import Config
cfg = Config()