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