// Written in the D programming language.

/**
This module contains the minimum implementations of network functionality required for debugging or creating clients/servers.

Copyright: LightHouse Software, 2021
License:   $(HTTP https://github.com/aquaratixc/ESL-License, Experimental Software License 1.0).
Authors:   Oleg Bakharev,
		   Ilya Pertsev   
*/
module styx2000.protosrv;

public {
	/// Base class for Styx servers
	import styx2000.protosrv.basestyx;
}