Equim-chan / tensoul

Convert MahjongSoul log into tenhou.net/6 format
MIT License
29 stars 9 forks source link

Decouple `config` with `Client` #8

Closed Xerxes-2 closed 2 months ago

Xerxes-2 commented 2 months ago

Sorry for PR again. I think decoupling config with Client makes it easier to use tensoul as a library, because user can pass their own config to Client. Currently my workaround is package patch which is not elegant.

Xerxes-2 commented 2 months ago

Could you revert that and merge with my latest main again? I found that ServerConfig also needs to be decoupled. Thank you!

Equim-chan commented 2 months ago

Please submit a new PR.