New Packeges added

This commit is contained in:
Ruben Shekspir 2019-04-28 11:06:31 +04:00
parent fe5d179b49
commit 39873387e1
8 changed files with 229 additions and 202 deletions

6
RemoteClient.Mod Normal file
View file

@ -0,0 +1,6 @@
MODULE RemoteClient;
IMPORT
httpClient
BEGIN
END RemoteClient.