Skip to content
Snippets Groups Projects
Commit ae6a0436 authored by Christoph Schmidt's avatar Christoph Schmidt
Browse files

Fixed missing init content. Updated to Version 1.0.0

parent abb88d3d
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,8 @@ Author(s): Christoph Schmidt <christoph.schmidt@tugraz.at> ...@@ -4,3 +4,8 @@ Author(s): Christoph Schmidt <christoph.schmidt@tugraz.at>
Created: 2023-10-19 12:35 Created: 2023-10-19 12:35
Package Version: Package Version:
""" """
import sys
from .CaptDeviceConfig import CaptDeviceConfig as Config
from .controller.BaseAD2CaptDevice import BaseAD2CaptDevice as Controller
from .model.AD2CaptDeviceModel import AD2CaptDeviceModel as Model
from .view.AD2CaptDeviceView import ControlWindow as View
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment