1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-07 12:59:45 +00:00

Import lib mstch and put it to good use.

Response classes are given a chance to modify the
dictionary that is later sent to mstch.
This commit is contained in:
King_DuckZ 2017-04-18 18:40:42 +01:00
parent 680f13e1f6
commit 1870829ec2
10 changed files with 39 additions and 11 deletions

3
.gitmodules vendored
View file

@ -4,3 +4,6 @@
[submodule "lib/better-enums"]
path = lib/better-enums
url = https://github.com/aantron/better-enums
[submodule "lib/mstch"]
path = lib/mstch
url = https://github.com/no1msd/mstch.git