first commit

This commit is contained in:
Jesselyn Mu
2025-01-28 10:05:01 +07:00
commit c6f1bb970b
40 changed files with 11294 additions and 0 deletions

9
pages/__init__.py Normal file
View File

@ -0,0 +1,9 @@
import os
print("Current directory:", os.getcwd())
print("Files in pages directory:", os.listdir(os.path.dirname(__file__)))
from .home import show_home
from .karyawan_form import show_karyawan_form
from .pimpinan_form import show_pimpinan_form
from .prediction import show_prediction