13 lines
		
	
	
		
			347 B
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			347 B
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<!--
 | 
						|
/**
 | 
						|
 * module
 | 
						|
 *
 | 
						|
 * @copyright Copyright © 2023 Kai. All rights reserved.
 | 
						|
 */
 | 
						|
-->
 | 
						|
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
 | 
						|
    <module name="Kai_Helloworld" setup_version="1.0.0">
 | 
						|
    </module>
 | 
						|
</config>
 |