Skip to content
Snippets Groups Projects
create_db.py 104 B
Newer Older
  • Learn to ignore specific revisions
  • nd's avatar
    nd committed
    #!/usr/bin/env python3
    from uffd import *
    
    if __name__ == '__main__':
    	app = create_app()
    	init_db(app)