mirror of
https://github.com/nqrduck/nqrduck-broadband.git
synced 2024-12-22 23:57:50 +00:00
Updated structure.
This commit is contained in:
parent
29c1864513
commit
fd92fafb9b
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "nqrduck-broadband"
|
||||
version = "0.0.5"
|
||||
version = "0.0.6"
|
||||
authors = [
|
||||
{ name="Julia Pfitzer", email="git@jupfi.me" },
|
||||
]
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
from .broadband import Broadband as Model
|
||||
from .broadband_controller import BroadbandController as Controller
|
||||
from .broadband_view import BroadbandView as View
|
|
@ -1,3 +0,0 @@
|
|||
from .broadband import Broadband as Model
|
||||
from .broadband_controller import BroadbandController as Controller
|
||||
from .broadband_view import BroadbandView as View
|
Loading…
Reference in a new issue