yadm-config/.config/polybar/scripts/storage/Display.py
2024-11-02 15:57:09 +01:00

13 lines
No EOL
206 B
Python

import string
from datetime import timedelta
class Display:
def __init__(
self,
drives
):
pass
def render(self, displayInterval: timedelta) -> string:
pass