From 64b64f41695cf1c03ed8d5a9b1c98349d3246cb0 Mon Sep 17 00:00:00 2001 From: Abhishek Joshi Date: Thu, 13 Jun 2024 19:50:35 +0530 Subject: [PATCH] clearing init file --- python/mujoco/usd/__init__.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/python/mujoco/usd/__init__.py b/python/mujoco/usd/__init__.py index 9bdfaccf..e69de29b 100644 --- a/python/mujoco/usd/__init__.py +++ b/python/mujoco/usd/__init__.py @@ -1,6 +0,0 @@ -from .exporter import * -from .objects import * -from .lights import * -from .camera import * -from .utils import * -from .shapes import * \ No newline at end of file