Redesign project structure
This commit is contained in:
Binary file not shown.
@@ -1,14 +1,9 @@
|
||||
# modules/__init__.py
|
||||
|
||||
from .segmenter_old import Segmenter
|
||||
from .api_handler import APIHandler
|
||||
from .data_manager import DataManager
|
||||
from .segmenter import Segmenter
|
||||
from .visualizer import Visualizer
|
||||
|
||||
# تعریف صریح کلاسهایی که با ایمپورت پکیج در دسترس قرار میگیرند
|
||||
__all__ = [
|
||||
'Segmenter',
|
||||
'APIHandler',
|
||||
'DataManager',
|
||||
'Visualizer'
|
||||
]
|
||||
__all__ = ["Segmenter", "APIHandler", "DataManager", "Visualizer"]
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user