dnsmanager/src/service.cr

6 lines
94 B
Crystal
Raw Normal View History

require "ipc"
# Useful to enable the client to be built.
class DNSManager::Service < IPC
end