Skip to content

Commit fa49d57

Browse files
author
Trollhunters501PC
authored
Arreglar posible confusion de variables Python
1 parent dcc306c commit fa49d57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/ServerWebGamePost/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
__version__ = "1.0.0"
33
__licence__ = "MIT"
44

5-
from . import Server, Client
5+
from . import ServerM, ClientM
66

77

8-
Server = Server.Server
9-
Client = Client.Client
8+
Server = ServerM.Server
9+
Client = ClientM.Client

0 commit comments

Comments
 (0)