drime

French rhyme dictionary with web and CLI interface
git clone https://a3nm.net/git/drime/
Log | Files | Refs | README

drime.wsgi (106B)


      1 import sys
      2 import os
      3 
      4 sys.path.insert(0, os.path.dirname(__file__))
      5 
      6 from drime import app as application