forked from VimPlug/jedi
5 lines
77 B
Python
5 lines
77 B
Python
class datetime():
|
|
@staticmethod
|
|
def now():
|
|
return datetime()
|