2
0
mirror of https://github.com/frappe/erpnext.git synced 2024-06-11 14:42:45 +00:00
erpnext/erpnext/loan_management/doctype/loan_security/test_loan_security.py
2021-11-05 11:16:29 +05:30

10 lines
171 B
Python

# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt
# import frappe
import unittest
class TestLoanSecurity(unittest.TestCase):
pass