-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = """Benjamin Graedel""" | ||
__email__ = "[email protected]" | ||
__version__ = "0.0.7" | ||
__version__ = "0.1.0" | ||
|
||
from arcos_gui.layerutils._layer_maker import Layermaker | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = """Benjamin Graedel""" | ||
__email__ = "[email protected]" | ||
__version__ = "0.0.7" | ||
__version__ = "0.1.0" | ||
|
||
|
||
from arcos_gui.processing._arcos_wrapper import BatchProcessor, arcos_worker | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = """Benjamin Graedel""" | ||
__email__ = "[email protected]" | ||
__version__ = "0.0.7" | ||
__version__ = "0.1.0" | ||
|
||
|
||
from arcos_gui.tools._config import ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = """Benjamin Graedel""" | ||
__email__ = "[email protected]" | ||
__version__ = "0.0.7" | ||
__version__ = "0.1.0" | ||
|
||
from arcos_gui.widgets._arcos_widget import ArcosController | ||
from arcos_gui.widgets._bottom_bar_widget import BottombarController | ||
|