#!/usr/bin/env python 

from nbt2yaml.main import nbt2yaml

if __name__ == "__main__":
    nbt2yaml()
