Python
Python
code posted
by
Honza
created at 08 Jul 10:39
Edit
|
Back
1
2
3
4
5
6
7
8
9
10 |
import datetime
class SomeClass:
def __init__(self, param):
self.parameters = param
self.now = datetime.datetime.utcnow()
def getAuthor(self):
return 'Honza' |
201 Bytes in 3 ms with coderay