mirror of
https://github.com/kennethreitz/maya.git
synced 2026-06-05 23:00:18 +00:00
7 lines
94 B
Python
7 lines
94 B
Python
import maya
|
|
|
|
a1 = maya.now()
|
|
a2 = a1.add(hours=1)
|
|
|
|
i = maya.MayaInterval(a1, a2)
|
|
print i |