mirror of
https://github.com/Skyai-io/landsat-util.git
synced 2026-03-10 09:01:18 +00:00
8 lines
101 B
Python
8 lines
101 B
Python
import settings
|
|
import sys
|
|
|
|
if not settings.DEBUG:
|
|
sys.tracebacklimit = 0
|
|
|
|
__version__ = '0.5.0'
|