#!python

from canisius_cyb600_example.main import start_server

if __name__ == '__main__':
    start_server()
