7 lines
No EOL
72 B
Python
Executable file
7 lines
No EOL
72 B
Python
Executable file
|
|
class Fake_Database(object):
|
|
def __init__(self, dbname):
|
|
pass
|
|
|
|
|
|
|