Browse Source

feat: add punctuation pairs

master
Dnomd343 2 years ago
parent
commit
813ad81b9f
  1. 12
      src/punctuation/check.py
  2. 0
      src/punctuation/statistics.py

12
src/punctuation/check.py

@ -0,0 +1,12 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
target = [
('', ''),
('', ''),
('', ''),
('', ''),
]
print(target[0])

0
src/punctuation/character.py → src/punctuation/statistics.py

Loading…
Cancel
Save