diff options
author | Michaël Ball <git@michaelball.name> | 2021-12-30 14:42:14 +0000 |
---|---|---|
committer | Michaël Ball <git@michaelball.name> | 2021-12-30 14:42:14 +0000 |
commit | 8583957a0dc30b1805c24c420c5cd2054f267a40 (patch) | |
tree | b1894098c154c5ffc670533d9a6da3209ecbcb86 | |
parent | e5f39480cc0fb0ae74e2e1baba246649f46722bf (diff) |
Add shebangdevelop
-rwxr-xr-x[-rw-r--r--] | main.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +#!/usr/bin/env python import argparse from configparser import ConfigParser, NoOptionError from datetime import datetime, timezone |