mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
5 lines
64 B
Python
5 lines
64 B
Python
|
class DateUtil:
|
||
|
|
||
|
@classmethod
|
||
|
def Foo(cls):
|
||
|
pass
|