Files
Mini-Nav/mini-nav/utils/__init__.py

4 lines
101 B
Python

from .common import get_device, get_output_diretory
__all__ = ["get_device", "get_output_diretory"]