From 2e0fc717e6b181995c355593f47cc07619b28c74 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 12 Feb 2021 14:25:25 +0200 Subject: [PATCH] Add files via upload --- NeoBoot/files/testinout | 48 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 NeoBoot/files/testinout diff --git a/NeoBoot/files/testinout b/NeoBoot/files/testinout new file mode 100644 index 0000000..10034ab --- /dev/null +++ b/NeoBoot/files/testinout @@ -0,0 +1,48 @@ +# -*- coding: utf-8 -*- + +import sys +import os +from os import system +import time +import random +from Tools.Directories import fileExists, SCOPE_PLUGINS + + +def getAccesDate(): + timego='' + return timego + + +def getTestCzas(): + mytestnC='' + return mytestnC + + +def getTestToTest(): + mytestnb='' + return mytestnb + + +def getTestIn(): + neopluspro='UNKNOWN' + return neopluspro + + +def getTestOut(): + neoplus='UNKNOWN' + return neoplus + + +def getAccessN(): + neopro='UNKNOWN' + return neopro + + +def getTestInTime(): + mydatein='UNKNOWN' + return mydatein + + +def getTestOutTime(): + mydateout='UNKNOWN' + return mydateout