mirror of
https://github.com/azaion/gps-denied-desktop.git
synced 2026-04-22 10:56:37 +00:00
abc26d5c20
docs -> _docs
6 lines
129 B
Python
6 lines
129 B
Python
from .base import ResultManagerBase
|
|
from .result_manager import ResultManager
|
|
|
|
__all__ = ["ResultManagerBase", "ResultManager"]
|
|
|