From a3e9271e6699e48a49537bd8c2af350d9ce33af9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pedro=20L=2E=20Magalh=C3=A3es?= <pmlpm@posteo.de>
Date: Mon, 3 Jun 2024 23:31:42 +0200
Subject: [PATCH] Fix absence of init blocks.

---
 src/topupopt/problems/__init__.py              | 3 +--
 src/topupopt/problems/esipp/blocks/__init__.py | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)
 create mode 100644 src/topupopt/problems/esipp/blocks/__init__.py

diff --git a/src/topupopt/problems/__init__.py b/src/topupopt/problems/__init__.py
index 80cf2ba..7c68785 100644
--- a/src/topupopt/problems/__init__.py
+++ b/src/topupopt/problems/__init__.py
@@ -1,2 +1 @@
-# -*- coding: utf-8 -*-
-# from . import mvesipp
+# -*- coding: utf-8 -*-
\ No newline at end of file
diff --git a/src/topupopt/problems/esipp/blocks/__init__.py b/src/topupopt/problems/esipp/blocks/__init__.py
new file mode 100644
index 0000000..7c68785
--- /dev/null
+++ b/src/topupopt/problems/esipp/blocks/__init__.py
@@ -0,0 +1 @@
+# -*- coding: utf-8 -*-
\ No newline at end of file
-- 
GitLab