added expressjs server instead of python one
This commit is contained in:
13
showcaseScreen/handlers/trash/server_translator.py
Normal file
13
showcaseScreen/handlers/trash/server_translator.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from tkinter.tix import Tree
|
||||
|
||||
|
||||
class ServerTranslator:
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def connection(self, details):
|
||||
print(details.value)
|
||||
if details.value == 1:
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
Reference in New Issue
Block a user