#!/usr/bin/env python3
from networkml.NetworkML import NetworkML


if __name__ == '__main__':
    netml = NetworkML()
