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


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