Add a reference to the AuthD::Service definition in the client.

cbor
Karchnu 2020-11-28 18:58:19 +01:00
parent 31f06faf5b
commit d0fce2a382
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ class Baguette::Configuration
end
end
class AuthD::Service < IPC::Server
end
# Requests and responses.
require "./exceptions"