Split lib.py into util Package

This commit is contained in:
koumakpet 2020-04-03 22:07:09 +02:00
parent 08c0933b27
commit aaadf596ba
10 changed files with 579 additions and 548 deletions

View file

@ -1,4 +1,4 @@
from lib import Input, Print, Install, Path
from util import Input, Print, Install, Path
import os
from datetime import datetime