- introduce `LyricFlow.Core.Backend` with shared DTOs, rhyme/spellcheck engines, and REST endpoints - wire Python GUI/core to run and call the backend via new bridge/client modules - add backend parity/integration tests and update packaging/ignore settings
7 lines
55 B
C#
7 lines
55 B
C#
namespace LyricFlow.Core;
|
|
|
|
public class Class1
|
|
{
|
|
|
|
}
|