5 lines
77 B
Text
5 lines
77 B
Text
|
class datetime():
|
||
|
@staticmethod
|
||
|
def now():
|
||
|
return datetime()
|