mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
18 lines
212 B
Python
18 lines
212 B
Python
#!/usr/bin/env python3.11
|
|
"""
|
|
Name:
|
|
DESCRIPTION:
|
|
AUTHOR:
|
|
LICENSE: GNU AFFERO GENERAL PUBLIC LICENSE Version 3
|
|
"""
|
|
|
|
|
|
def main():
|
|
"""
|
|
"""
|
|
|
|
return
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|