mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
created install function
This commit is contained in:
parent
83ebcf1b6e
commit
654ca13405
3 changed files with 16 additions and 4 deletions
|
|
@ -1,6 +1,13 @@
|
|||
MODULE PackageFileParser;
|
||||
IMPORT
|
||||
JsonParser
|
||||
JsonParser,
|
||||
Logger;
|
||||
|
||||
PROCEDURE install*;
|
||||
BEGIN
|
||||
Logger.Log("Starting install process");
|
||||
END install;
|
||||
|
||||
BEGIN
|
||||
|
||||
END PackageFileParser.
|
||||
Loading…
Add table
Add a link
Reference in a new issue