A semantic search engine for source code https://bitshift.benkurtovic.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
291 B

  1. # -*- coding: utf-8 -*-
  2. __author__ = "Benjamin Attal, Ben Kurtovic, Severyn Kozak"
  3. __copyright__ = "Copyright (c) 2014 Benjamin Attal, Ben Kurtovic, Severyn Kozak"
  4. __license__ = "MIT License"
  5. __version__ = "0.1.dev"
  6. from . import assets, codelet, config, crawler, database, parser, query