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