Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 270d4c8

Browse files
author
jcwang587
committed
rename fun
1 parent 83ce1ec commit 270d4c8

File tree

7 files changed

+6
-9
lines changed

7 files changed

+6
-9
lines changed

xdatbus/__init__.py

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@
22

33
warnings.filterwarnings("ignore", category=DeprecationWarning)
44

5-
from .f01_xdc_aggregate import *
6-
from .f02_xdc_unwrap import *
7-
from .f03_xyz_unwarp import *
8-
from .f04_thermal_report import *
5+
from .c01_xdc_aggregate import *
6+
from .c02a_xdc_unwrap import *
7+
from .c02b_xyz_unwarp import *
8+
from .c03_thermal_report import *
9+
from .c04_xml2xyz import *
10+
from .c05_sum_hills import *
911

1012
from .fun_com import *
11-
12-
from .fml01_xml2xyz import *
13-
1413
from .fun_mtd import *
1514

16-
from .bash01_bias import *
17-
1815
from .utils import *
1916
from .utils_bpy import *
2017

0 commit comments

Comments
 (0)