2026-01-31 17:51:27 +01:00

9 lines
81 B
Python

import sqlite3
def main():
return 0
if __name__ == "__main__":
main()