refactor: Configuration class unified storage.

This commit is contained in:
real-zony
2022-03-20 19:27:26 +08:00
parent a1e9669843
commit 363d104dbe
6 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
using Shouldly;
using Xunit;
using ZonyLrcTools.Cli.Config;
using ZonyLrcTools.Cli.Infrastructure.Lyric;
namespace ZonyLrcTools.Tests.Infrastructure.Lyric