mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-13 08:09:37 +00:00
17 lines
271 B
Python
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') |