From 555ac0265846c066d3363b10cfb0ab8e234b5ff9 Mon Sep 17 00:00:00 2001
From: Christian Koernig <ckoernig@mail.desy.de>
Date: Fri, 26 Mar 2021 11:36:14 +0100
Subject: [PATCH] Modified __init__ to simplify import

---
 python/amptek_hardware_interface/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/amptek_hardware_interface/__init__.py b/python/amptek_hardware_interface/__init__.py
index e69de29..6307b3c 100644
--- a/python/amptek_hardware_interface/__init__.py
+++ b/python/amptek_hardware_interface/__init__.py
@@ -0,0 +1 @@
+from amptek_hardware_interface.AmptekHardwareInterface import AmptekHardwareInterface
\ No newline at end of file
-- 
GitLab