MANIFEST.in
setup.py
cfg/__init__.py
cfg/config.yml
frontend/__init__.py
frontend/routes.py
frontend/children/__init__.py
frontend/children/routes.py
frontend/children/templates/__init__.py
frontend/children/templates/add_child.html
frontend/children/templates/details_child.html
frontend/children/templates/edit_child.html
frontend/children/templates/index_children.html
frontend/children/templates/remove_child_result.html
frontend/classrooms/__init__.py
frontend/classrooms/routes.py
frontend/classrooms/templates/__init__.py
frontend/classrooms/templates/add_classroom.html
frontend/classrooms/templates/details_classroom.html
frontend/classrooms/templates/edit_classroom.html
frontend/classrooms/templates/index_classrooms.html
frontend/classrooms/templates/remove_class_result.html
frontend/families/__init__.py
frontend/families/routes.py
frontend/families/templates/__init__.py
frontend/families/templates/add_family.html
frontend/families/templates/details_family.html
frontend/families/templates/edit_family.html
frontend/families/templates/index_families.html
frontend/families/templates/remove_family_result.html
frontend/parents/__init__.py
frontend/parents/routes.py
frontend/parents/templates/__init__.py
frontend/parents/templates/add_parent.html
frontend/parents/templates/details_parent.html
frontend/parents/templates/edit_parent.html
frontend/parents/templates/index_parents.html
frontend/parents/templates/remove_parent_result.html
frontend/teachers/__init__.py
frontend/teachers/routes.py
frontend/teachers/templates/__init__.py
frontend/teachers/templates/add_teacher.html
frontend/teachers/templates/details_teacher.html
frontend/teachers/templates/edit_teacher.html
frontend/teachers/templates/index_teachers.html
frontend/teachers/templates/remove_teacher_result.html
frontend/templates/__init__.py
frontend/templates/_nav.html
frontend/templates/_nav_top.html
frontend/templates/_topper.html
frontend/templates/error.html
frontend/templates/index.html
frontend/templates/result.html
frontend/templates/result_old.html
src/__init__.py
src/classes/__init__.py
src/classes/base.py
src/classes/child.py
src/classes/classroom.py
src/classes/database.py
src/classes/family.py
src/classes/parent.py
src/classes/teacher.py
src/modules/__init__.py
src/modules/children.py
src/modules/classrooms.py
src/modules/common.py
src/modules/config.py
src/modules/families.py
werfklas/__init__.py
werfklas/__version__.py
werfklas/werfklas.py
werfklas.egg-info/PKG-INFO
werfklas.egg-info/SOURCES.txt
werfklas.egg-info/dependency_links.txt
werfklas.egg-info/requires.txt
werfklas.egg-info/top_level.txt
werfklas/static/__init__.py
werfklas/static/sidebars.css
werfklas/static/style.css
werfklas/static/js/__init__.py