Dotfiles/desktopenvs/hyprland/scripts/python/boilerplate.py

8 lines
62 B
Python

import sys
def main():
if __name__=="__main__":
main()