__init__.py 555 B

123456789101112
  1. # -*- coding: utf-8 -*-
  2. #################################################################################
  3. # Author : Acespritech Solutions Pvt. Ltd. (<www.acespritech.com>)
  4. # Copyright(c): 2012-Present Acespritech Solutions Pvt. Ltd.
  5. # All Rights Reserved.
  6. #
  7. # This program is copyright property of the author mentioned above.
  8. # You can`t redistribute it and/or modify it.
  9. #
  10. #################################################################################
  11. import account, res_company
  12. # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: