Skip to content

Instantly share code, notes, and snippets.

@ChenTanyi
Created February 11, 2021 05:55
Show Gist options
  • Save ChenTanyi/4790534881a328c7ea70afe118b68739 to your computer and use it in GitHub Desktop.
Save ChenTanyi/4790534881a328c7ea70afe118b68739 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3
import os
import sys
import logging
def main():
pass
if __name__ == '__main__':
logging.basicConfig(
level = logging.INFO,
format = '%(asctime)s %(levelname)s %(message)s',
datefmt = "%Y-%m-%d.%H:%M:%S")
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment