This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
import sys | |
from todoist import TodoistAPI | |
from datetime import datetime | |
from datetime import timedelta | |
from datetime import timezone | |
from os.path import expanduser | |
import argparse | |
import configparser |