File: sample_text_file.py

package info (click to toggle)
python-matrix-nio 0.25.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,224 kB
  • sloc: python: 23,670; makefile: 36; sh: 8
file content (5 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (2)
1
2
3
4
5
def main():
    print("Some code you might want to send using Matrix!")


main()