From 8e2be80f43a2bdc4f4b84bb1ebd022df1bc65673 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Thu, 17 Jun 2021 13:12:52 +0200 Subject: Added a simple frontend for testing. --- pyGHDL/cli/__init__.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'pyGHDL/cli/__init__.py') diff --git a/pyGHDL/cli/__init__.py b/pyGHDL/cli/__init__.py index d8973e44c..d9af8fa76 100644 --- a/pyGHDL/cli/__init__.py +++ b/pyGHDL/cli/__init__.py @@ -1,20 +1,20 @@ # ============================================================================= -# ____ _ _ ____ _ _ _ -# _ __ _ _ / ___| | | | _ \| | ___| (_) -# | '_ \| | | | | _| |_| | | | | | / __| | | -# | |_) | |_| | |_| | _ | |_| | |___ | (__| | | -# | .__/ \__, |\____|_| |_|____/|_____(_)___|_|_| -# |_| |___/ +# ____ _ _ ____ _ _ _ +# _ __ _ _ / ___| | | | _ \| | ___| (_) +# | '_ \| | | | | _| |_| | | | | | / __| | | +# | |_) | |_| | |_| | _ | |_| | |___ | (__| | | +# | .__/ \__, |\____|_| |_|____/|_____(_)___|_|_| +# |_| |___/ # ============================================================================= -# Authors: -# Patrick Lehmann -# Unai Martinez-Corral +# Authors: +# Patrick Lehmann +# Unai Martinez-Corral # # Package package: Package for command line interfaces. # # License: # ============================================================================ -# Copyright (C) 2019-2020 Tristan Gingold +# Copyright (C) 2019-2021 Tristan Gingold # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.3