#!/usr/bin/python3 from server.main import start if __name__ == "__main__": start()