Skip to content
Snippets Groups Projects
Commit 5e080d2d authored by GUEZ Lionel's avatar GUEZ Lionel
Browse files

Follow PEP 8 - Code lay-out - Imports

parent f3c35de3
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
import argparse
from os import path
import shapefile
import numpy as np
from os import path
parser = argparse.ArgumentParser()
parser.add_argument("SHPC")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment