9 lines
81 B
Python
9 lines
81 B
Python
import sqlite3
|
|
|
|
def main():
|
|
|
|
return 0
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main() |