Updated structure.

This commit is contained in:
jupfi 2023-06-28 15:00:29 +02:00
parent 29c1864513
commit fd92fafb9b
3 changed files with 4 additions and 4 deletions

View file

@ -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" },
]

View file

@ -0,0 +1,3 @@
from .broadband import Broadband as Model
from .broadband_controller import BroadbandController as Controller
from .broadband_view import BroadbandView as View

View file

@ -1,3 +0,0 @@
from .broadband import Broadband as Model
from .broadband_controller import BroadbandController as Controller
from .broadband_view import BroadbandView as View