Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cura/API/Interface/__init__.py')
-rw-r--r--cura/API/Interface/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cura/API/Interface/__init__.py b/cura/API/Interface/__init__.py
index 13174070d1..61510d6262 100644
--- a/cura/API/Interface/__init__.py
+++ b/cura/API/Interface/__init__.py
@@ -11,9 +11,9 @@ if TYPE_CHECKING:
class Interface:
"""The Interface class serves as a common root for the specific API
-
+
methods for each interface element.
-
+
Usage:
.. code-block:: python