Skip to content
Snippets Groups Projects
__init__.py 124 B
Newer Older
  • Learn to ignore specific revisions
  • """Better ASIC Toolbox"""
    from _b_asic import *
    
    def mul(a, b):
    	"""A function that multiplies two numbers"""
    	return a * b