added datetime integration

This commit is contained in:
Luxferre
2025-12-23 12:51:22 +02:00
parent b76790d913
commit bed95be428
4 changed files with 16 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ from deck.fs import unlock_rootfs, lock_rootfs, mount_sd, umount_sd, env, rnd
from deck.fs import du, df, sep, pwd, ls, md, cd, rd, rm, mv, cp, sync
from deck.input import input, input_multi
from deck.pager import print_paged, term_size
from deck.time import *
from deck.hwinfo import board_id, battery_v
from app.ed import edit, view
try: