初始化
This commit is contained in:
9
tools/ui/tabs/__init__.py
Normal file
9
tools/ui/tabs/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# UI界面模块
|
||||
from .export_layout_tab import ExportImageTab
|
||||
from .raster_tab import RasterTab
|
||||
from .export_map_tab import ExportMapTab
|
||||
|
||||
__all__ = ['ExportImageTab', 'RasterTab', 'ExportMapTab']
|
||||
Reference in New Issue
Block a user