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