master > master: code - importbündel hinzugefügt

This commit is contained in:
RD 2021-10-23 11:30:04 +02:00
parent 210a3c45eb
commit c0e1bdc3c4
1 changed files with 10 additions and 0 deletions

10
code/local/io.py Normal file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# EXPORTS
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
import io;
import getpass;
import argparse;