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

This commit is contained in:
Karchnu 2020-12-04 00:08:24 +01:00
parent ccd288a156
commit c39e639ab1

View file

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