Spaces:
Configuration error
Configuration error
Update ash_animator/__init__.py
Browse files- ash_animator/__init__.py +1 -1
ash_animator/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
|
| 2 |
# Auto-generated __init__.py to import all modules
|
| 3 |
-
from .basemaps import
|
| 4 |
from .converter import *
|
| 5 |
from .interpolation import *
|
| 6 |
from .plot_3dfield_data import *
|
|
|
|
| 1 |
|
| 2 |
# Auto-generated __init__.py to import all modules
|
| 3 |
+
from .basemaps import draw_etopo_basemap
|
| 4 |
from .converter import *
|
| 5 |
from .interpolation import *
|
| 6 |
from .plot_3dfield_data import *
|