12 lines
141 B
Python
12 lines
141 B
Python
from .Transmission import *
|
|
|
|
|
|
class Server_main:
|
|
def __init__(self):
|
|
ProcessServer()
|
|
database()
|
|
link_client()
|
|
|
|
|
|
|