Add Abrechnung

This commit is contained in:
2023-02-16 19:12:46 +01:00
parent 4707149080
commit 64d065a9b9
6 changed files with 117 additions and 6 deletions

8
wgmaster/wgimport.py Executable file
View File

@ -0,0 +1,8 @@
#!/bin/env python3
import argparse
if __name__ == '__main__':
parser = argparse.ArgumentParser()
args = parser.parse_args()