refactor into more reasonable namespaces

This commit is contained in:
Jakob Ketterl
2019-05-12 15:56:18 +02:00
parent 210fe5352f
commit da37d03104
6 changed files with 254 additions and 246 deletions

View File

@ -1,5 +1,6 @@
import subprocess
from owrx.config import PropertyManager, FeatureDetector, UnknownFeatureException
from owrx.config import PropertyManager
from owrx.feature import FeatureDetector, UnknownFeatureException
import threading
import csdr
import time