missed some changes last commit

This commit is contained in:
2023-04-20 00:26:30 -07:00
parent f4d8ba06d0
commit 99cb290793
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import socket import socket
import time import time
import threading import threading
from basegame import * from common import *
class ServerVCKO: class ServerVCKO:
def __init__(self): def __init__(self):

View File

@@ -1,4 +1,4 @@
from basegame import * from common import *
from server import * from server import *
print("Welcome to Valeria Card Kingdoms: Online") print("Welcome to Valeria Card Kingdoms: Online")