From d1bd493b2b764ebf11b52c4cdd55b7708aca7815 Mon Sep 17 00:00:00 2001 From: Br4guette Date: Tue, 2 Jul 2024 16:33:31 +0200 Subject: [PATCH] fix typo --- pydfirram/core/base.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pydfirram/core/base.py b/pydfirram/core/base.py index 1232b69..2222155 100644 --- a/pydfirram/core/base.py +++ b/pydfirram/core/base.py @@ -24,6 +24,8 @@ >>> generic.run_plugin(plugin) Example: + Or it can be used as follow : + $ python3 >>> from pydfirram.core.base import Generic, OperatingSystem >>> from pathlib import Path