5 lines
115 B
Python
5 lines
115 B
Python
# betterproto_wrapper.py
|
|
from betterproto2_compiler.plugin.main import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|