mirror of
				https://github.com/Eledio/superfaktura-client.git
				synced 2025-10-31 16:11:20 +01:00 
			
		
		
		
	examples: add get_country_list and add_invoice
This commit is contained in:
		
							
								
								
									
										18
									
								
								examples/get_country_list.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								examples/get_country_list.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| """ | ||||
| This script retrieves and prints the list of countries using the SuperFaktura API. | ||||
| """ | ||||
|  | ||||
| from pprint import pprint | ||||
|  | ||||
| from superfaktura.utils.country import country_list | ||||
|  | ||||
|  | ||||
| def main(): | ||||
|     """ | ||||
|     Main function to retrieve and print the list of countries using the SuperFaktura API. | ||||
|     """ | ||||
|     pprint(country_list()) | ||||
|  | ||||
|  | ||||
| if __name__ == "__main__": | ||||
|     main() | ||||
		Reference in New Issue
	
	Block a user