import f3d

if __name__ == "__main__":
    eng = f3d.Engine.create_none()
    print("F3D engine is loaded")
