mirror of
https://github.com/github/semantic.git
synced 2024-11-25 02:58:36 +03:00
Stub in a module for Python tagging.
This commit is contained in:
parent
ad43b0c1a2
commit
aa350b9db6
@ -20,6 +20,7 @@ tested-with: GHC == 8.6.5
|
||||
|
||||
library
|
||||
exposed-modules:
|
||||
Language.Python.Tags
|
||||
Tags.Tag
|
||||
Tags.Taggable.Precise
|
||||
-- other-modules:
|
||||
|
2
semantic-tags/src/Language/Python/Tags.hs
Normal file
2
semantic-tags/src/Language/Python/Tags.hs
Normal file
@ -0,0 +1,2 @@
|
||||
module Language.Python.Tags
|
||||
() where
|
Loading…
Reference in New Issue
Block a user