this broke for no apparent reason. python packaging is terrible. so much enterprise-grade code for what really should be a very simple job.
5 lines
92 B
Python
5 lines
92 B
Python
#!/usr/bin/env python3
|
|
|
|
if __name__ == '__main__':
|
|
import gerbolyze
|
|
gerbolyze.cli()
|