rythonc 1.1.0

Command-line Python-to-Rust compiler for the Rython toolchain
1
2
3
4
5
6
7
8
9
10
11
class Bar:
    pass

class Foo(Bar):
    """_summary_

    Args:
        Bar (_type_): _description_
    """
    def foo(self, a, b):
      pass