#!/usr/bin/env python

from nbt2yaml.main import yaml2nbt

if __name__ == "__main__":
    yaml2nbt()
