Party/picker.py
fingadumbledore a98a5aca95 stuff
2022-12-02 15:23:20 +01:00

17 lines
271 B
Python

import shutil, os
import sqlite3
def dbcon():
print ("test")
def tmbr():
print("tomb raider datei")
def nfsu2():
print("nfsu2 datei")
def anno1602():
print("Anno 1602 datei")
def picker(gamefile, sessionID, SpielerID):
datei = open(gamefile, 'a')