Skip to content
Snippets Groups Projects
Select Git revision
  • 41d5441c3d1974a84f14b7eb702aa240338ac9fa
  • main default protected
  • 75389691-a67c-422a-91e9-aa58bfb5-main-patch-32205
  • test-pipe
  • extended-scripts
  • structured-badges
  • guix-pipeline
  • cabal-pipeline
8 results

TiledAbstract.hs

Blame
  • create_db.py 104 B
    #!/usr/bin/env python3
    from uffd import *
    
    if __name__ == '__main__':
    	app = create_app()
    	init_db(app)