diff --git a/server.py b/server.py index 8b22cb8..48a8bef 100755 --- a/server.py +++ b/server.py @@ -1,7 +1,7 @@ import socket import time import threading -from basegame import * +from common import * class ServerVCKO: def __init__(self): diff --git a/vckonline.py b/vckonline.py index f36de56..2fccd3b 100755 --- a/vckonline.py +++ b/vckonline.py @@ -1,4 +1,4 @@ -from basegame import * +from common import * from server import * print("Welcome to Valeria Card Kingdoms: Online")