mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 03:45:48 +01:00
Add files via upload
This commit is contained in:
48
NeoBoot/files/testinout
Normal file
48
NeoBoot/files/testinout
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user