summaryrefslogtreecommitdiff
path: root/dates.py
diff options
context:
space:
mode:
authorroot <root@turin.home>2022-02-03 18:08:28 +0000
committerroot <root@turin.home>2022-02-03 18:08:28 +0000
commit1ca19f43c131d77f18008dde867e76153288de38 (patch)
tree9423f24da815fee682b73189f03d18641c557b3e /dates.py
parent333bdb9507ca82709d92fe8919a9b40fc02d7dc7 (diff)
Exports and formatting. Reformatting.
Diffstat (limited to 'dates.py')
-rw-r--r--dates.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/dates.py b/dates.py
index 77df9ab..2fbd763 100644
--- a/dates.py
+++ b/dates.py
@@ -1,7 +1,7 @@
import time
from datetime import datetime
-
+# https://www.w3schools.com/python/python_datetime.asp
class date:
def __init__(self):
pass
@@ -14,5 +14,3 @@ class date:
def date(self):
return int(datetime.now().strftime("%A"))
-
-