4 lines
68 B
Python
4 lines
68 B
Python
from .fpga_sim import fpga_sim_main
|
|
|
|
def main():
|
|
fpga_sim_main() |