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