8 lines
90 B
Python
Executable file
8 lines
90 B
Python
Executable file
#! /usr/bin/python3
|
|
|
|
import pygrib
|
|
import sys
|
|
|
|
from config import config
|
|
|
|
conf = config()
|