summaryrefslogtreecommitdiff
path: root/server.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-16 17:35:59 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-16 17:35:59 -0300
commita41444dbd2078b36cfdb5e5dccc2f6b26676c079 (patch)
tree811f2c1156d055cd9808c85873278d9e0fbb5a51 /server.py
parent2cd46d5314ef0e99ebfd9b8f58071402cd5fc663 (diff)
downloadserver-a41444dbd2078b36cfdb5e5dccc2f6b26676c079.tar.gz
server-a41444dbd2078b36cfdb5e5dccc2f6b26676c079.tar.bz2
server-a41444dbd2078b36cfdb5e5dccc2f6b26676c079.tar.xz
server-a41444dbd2078b36cfdb5e5dccc2f6b26676c079.zip
Import the good ol' SQL module.
Diffstat (limited to 'server.py')
-rwxr-xr-xserver.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/server.py b/server.py
index f461b82..af694d7 100755
--- a/server.py
+++ b/server.py
@@ -1,10 +1,17 @@
#!/usr/bin/python3
+## Global Modules
import threading, time, json#, ssl
#from simple_websocket_server import WebSocketServer, WebSocket
+
+## Semi-local modules
from websock import WebSocketServer, WebSocket
#from endpoint import MainEndpoint
+
+#### Local Modules
from utils import stdout as stdout
+from consts import *
+import sql
###############################################################
# Configuration