Add Abrechnung

This commit is contained in:
2023-02-16 19:12:46 +01:00
parent 9ae3163c42
commit 17ed825bb5
4 changed files with 114 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()