#!/usr/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'pyNastran==0.5.post981','console_scripts','test_bdf'
__requires__ = 'pyNastran==0.5.post981'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('pyNastran==0.5.post981', 'console_scripts', 'test_bdf')()
    )
