mirror of
https://github.com/nqrduck/nqrduck-spectrometer.git
synced 2024-11-09 12:30:01 +00:00
Updated __init__
This commit is contained in:
parent
fc3272b924
commit
128318c45f
3 changed files with 4 additions and 9 deletions
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "nqrduck-spectrometer"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
authors = [
|
||||
{ name="Julia Pfitzer", email="git@jupfi.me" },
|
||||
]
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
from .spectrometer import Spectrometer as Model
|
||||
from .spectrometer_controller import SpectrometerController as Controller
|
||||
from .spectrometer_view import SpectrometerView as View
|
|
@ -3,14 +3,6 @@ name = nqrduck-spectrometer
|
|||
category = Hardware
|
||||
tooltip = Application used to control the spectrometer
|
||||
|
||||
[MVC]
|
||||
model_file = spectrometer.py
|
||||
model_class = Spectrometer
|
||||
view_file = spectrometer_view.py
|
||||
view_class = SpectrometerView
|
||||
controller_file = spectrometer_controller.py
|
||||
controller_class = SpectrometerController
|
||||
|
||||
[FILES]
|
||||
config = resources/spectrometer.ini
|
||||
widget_file = spectrometer_widget.py
|
||||
|
|
Loading…
Reference in a new issue