Update fabric.py

fixed an error
This commit is contained in:
xssdoctor 2024-02-11 13:32:52 -05:00 committed by GitHub
parent a8dc3f5432
commit 4c09fa3769
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
from .utils import Standalone, Update, Setup
from utils import Standalone, Update, Setup
import argparse
import sys
import os