Add data config path module
This commit is contained in:
		
							parent
							
								
									63a1d07a28
								
							
						
					
					
						commit
						c83aade144
					
				
							
								
								
									
										6
									
								
								chaind/data/__init__.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								chaind/data/__init__.py
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,6 @@
 | 
			
		||||
# standard imports
 | 
			
		||||
import os
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
data_dir = os.path.realpath(os.path.dirname(__file__))
 | 
			
		||||
config_dir = os.path.join(data_dir, 'config')
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user