1
0
Fork 0
mirror of https://github.com/besterprotocol/besterd synced 2023-12-13 21:00:32 +01:00
besterd/source/handlers/response.d

11 lines
131 B
D
Raw Normal View History

module handlers.response;
import std.json : JSONValue;
public class HandlerResponse
{
this(JSONValue messageResponse)
{
}
}