refactor owrx.form -> owrx.form.input

This commit is contained in:
Jakob Ketterl
2021-04-29 15:17:21 +02:00
parent bc193c834c
commit 35dcff90ea
28 changed files with 49 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
from owrx.form import DropdownEnum
from owrx.form.input import DropdownEnum
from owrx.config import Config