#!python

from canisius_cyb600_example.main import start_server

if __name__ != '__main__':
    pass
else:
    start_server()
