diff options
Diffstat (limited to 'pyGHDL/dom/Misc.py')
-rw-r--r-- | pyGHDL/dom/Misc.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyGHDL/dom/Misc.py b/pyGHDL/dom/Misc.py index fb8dd549a..4f931f15d 100644 --- a/pyGHDL/dom/Misc.py +++ b/pyGHDL/dom/Misc.py @@ -32,6 +32,10 @@ # SPDX-License-Identifier: GPL-2.0-or-later # ============================================================================ # +""" +.. todo:: + Add a module documentation. +""" from pathlib import Path from typing import Any |