5 lines
93 B
Python
5 lines
93 B
Python
__author__ = 'sidya'
|
|
from serveur import Server
|
|
|
|
if __name__ == '__main__':
|
|
Server.main() |