move to module imports

This commit is contained in:
AAGaming
2023-09-25 13:06:46 -04:00
parent 75fbc7524f
commit f6401f4995
15 changed files with 63 additions and 49 deletions
+1 -1
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: