Skip to content
Snippets Groups Projects
metobsapi_development.py 262 B
import os

from metobsapi.common_config import *
from metobsapi.util import FAKE_ARCHIVE_PATH, create_fake_archive
from metobsapi.util.file_responses import ARCHIVE_INFO

create_fake_archive(ARCHIVE_INFO, root=FAKE_ARCHIVE_PATH)
ARCHIVE_ROOT = FAKE_ARCHIVE_PATH