Forgot an import of storage.

This commit is contained in:
Anton Hvornum 2020-11-06 00:34:08 +00:00
parent 216917b9c3
commit 08c586632a
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ from .general import multisplit, sys_command, log
from .exceptions import *
from .networking import *
from .output import log, LOG_LEVELS
from .storage import storage
UPSTREAM_URL = 'https://raw.githubusercontent.com/Torxed/archinstall/master/profiles'