mirror of
https://github.com/sigmasternchen/Diary
synced 2025-03-15 07:08:56 +00:00
8 lines
158 B
Python
Executable file
8 lines
158 B
Python
Executable file
#!/usr/bin/env python2.7
|
|
|
|
import database
|
|
|
|
if __name__=='__main__':
|
|
print 'Initialising Database'
|
|
database.init_db()
|
|
print 'Initialised Database'
|