4 lines
86 B
Python
Executable File
4 lines
86 B
Python
Executable File
from client import Client
|
|
from server import Server
|
|
__all__ = ['Client', 'Server']
|