5 lines
90 B
Python
5 lines
90 B
Python
#!/usr/bin/env python2
|
|
# -*- coding: utf-8 -*-
|
|
|
|
class Employee:
|
|
def __init__(self, ,): |