Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View 1oglop1's full-sized avatar

Jan Gazda 1oglop1

  • Amsterdam
View GitHub Profile
@elmotec
elmotec / bootstrap_cmdline.py
Last active December 1, 2021 17:14
Minimal python program with logging and argparse.
#!python
"""See main.__doc__"""
import os
import logging
import glob
import unittest
import sys