7 lines
114 B
Python
7 lines
114 B
Python
# This Python file uses the following encoding: utf-8
|
|
|
|
|
|
class EmployeeModel:
|
|
def __init__(self):
|
|
pass
|