summaryrefslogtreecommitdiff
path: root/misc/dotfiles/templates/template.py
blob: e35598bb5af9e21501e7dac28b564d73890d42dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/env python3
# -*- coding: utf-8 -*


def main():
    pass


if __name__ == "__main__":
    main()