mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 22:17:34 +00:00
refactor into more reasonable namespaces
This commit is contained in:
parent
210fe5352f
commit
da37d03104
6 changed files with 254 additions and 246 deletions
|
|
@ -1,6 +1,7 @@
|
|||
from http.server import HTTPServer
|
||||
from owrx.http import RequestHandler
|
||||
from owrx.config import PropertyManager, FeatureDetector
|
||||
from owrx.config import PropertyManager
|
||||
from owrx.feature import FeatureDetector
|
||||
from owrx.source import SdrService
|
||||
from socketserver import ThreadingMixIn
|
||||
from owrx.sdrhu import SdrHuUpdater
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue