git ssb

2+

Zach! / onboarding-link-generator



Tree: 9d9d5dc6b4e2f64b14f338c2ea2e98e182854207

Files: 9d9d5dc6b4e2f64b14f338c2ea2e98e182854207 / steps / clear_screen.py

114 bytesRaw
1import os
2
3def main():
4 os.system('cs' if os.name == 'nt' else 'clear')
5
6if __name__ == "__main__":
7 main()
8

Built with git-ssb-web