2
0
mirror of https://github.com/frappe/erpnext.git synced 2024-06-02 18:31:06 +00:00
erpnext/erpnext/loan_management/doctype/loan_security_price/test_loan_security_price.py
2021-11-05 11:16:29 +05:30

10 lines
176 B
Python

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