hms_bak/hotel_restaurant/__init__.py
2024-10-08 01:17:38 +04:00

7 lines
156 B
Python

# -*- encoding: utf-8 -*-
from . import wizard
from . import models
from . import report
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: