fix customtypes import

This commit is contained in:
marios8543
2023-10-18 14:59:05 +03:00
parent d9ba637cd9
commit 88250b3e20

View File

@@ -1,4 +1,4 @@
from .customtypes import UserType
from ..customtypes import UserType
import os, sys
def chown(path : str, user : UserType = UserType.HOST_USER, recursive : bool = True) -> bool: