Update __init__.py
Browse files- __init__.py +2 -5
__init__.py
CHANGED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
-
from .
|
| 2 |
-
from .custom_generate import monkey_patching_utils
|
| 3 |
-
from .custom_generate import functions_2_patch
|
| 4 |
|
| 5 |
-
|
| 6 |
-
__all__ = ["sep_cache_utils", "monkey_patching_utils", "functions_2_patch"]
|
|
|
|
| 1 |
+
from . import custom_generate
|
|
|
|
|
|
|
| 2 |
|
| 3 |
+
__all__ = ["custom_generate"]
|
|
|