master > master: code - hinzugefügt

This commit is contained in:
RD
2021-10-22 15:29:01 +02:00
parent 379d660c89
commit 71d87423fe
10 changed files with 148 additions and 0 deletions

9
code/local/misc.py Normal file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# EXPORTS
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
import re;
from textwrap import dedent;