Commit graph

2 commits

Author SHA1 Message Date
ded9588396 jw.build: Disable generation of __init__.py

The default behaviour of a generated __init__.py is to load all exported symbols in the respective directory. Since jw-python.py is invoked often, this hampers performance, so disable it.

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-11-16 18:44:46 +01:00
17bf98cb7a build.Cmd: Add module

Cmd is meant as a base class for classes representing commands currently still implemented as methods of the Project class.

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-11-15 14:41:07 +01:00