Delete scratch.py

This commit is contained in:
Auden Cote-L'Heureux 2023-06-15 09:24:50 -04:00 committed by GitHub
parent 7800d18957
commit 020993b04f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +0,0 @@
import re
og = 'OG6_123456'
ogv = og.split(re.split('OG.{1}_', og)[1])[0][-4:]
print(ogv, re.split('OG.{1}_', og)[1])